From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 12:36:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E876C1065673 for ; Fri, 7 Nov 2008 12:36:56 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep18-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8FF8FC13 for ; Fri, 7 Nov 2008 12:36:55 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from edge02.upc.biz ([192.168.13.237]) by viefep17-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20081107123654.XORH21520.viefep17-int.chello.at@edge02.upc.biz> for ; Fri, 7 Nov 2008 13:36:54 +0100 Received: from [192.168.1.103] ([89.134.230.13]) by edge02.upc.biz with edge id cCcr1a04H0Hzgy102CcsMH; Fri, 07 Nov 2008 13:36:54 +0100 X-SourceIP: 89.134.230.13 Message-ID: <49143663.9070804@shopzeus.com> Date: Fri, 07 Nov 2008 13:36:51 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: eps to jpg conversion - which program? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 12:36:57 -0000 Hi, I need to convert eps files into jpeg files in batch mode. Gimp works perfectly, except that I cannot use an X display. I tried eps2png with no success: %file test.eps test.eps: DOS EPS Binary File Postscript starts at byte 30 length 566887 TIFF starts at byte 566917 length 4741 %eps2png -jpg -width 1000 -verbose -output test.jpg test.eps Producing jpg (jpeg) image. Not EPS file: test.eps, skipped What port should I use to convert EPS into JPG? I would like to use a program that shares the same library with Gimp, because we know that Gimp works great for this task. Thanks, Laszlo