From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15106 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: eps to pdf images Date: Mon, 10 May 2004 22:18:30 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040510221706.01d72eb8@localhost> References: <409FD5FD.8080903@gmx.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1084221301 13456 80.91.224.253 (10 May 2004 20:35:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 20:35:01 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon May 10 22:34:55 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BNHUE-00076C-00 for ; Mon, 10 May 2004 22:34:54 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B1B1410AFC; Mon, 10 May 2004 22:30:36 +0200 (MEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 6B68210AE6 for ; Mon, 10 May 2004 22:28:45 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4AKWqUG026628 for ; Mon, 10 May 2004 22:32:52 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 49F3E20EFE; Mon, 10 May 2004 22:32:57 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 29C6117ACF for ; Mon, 10 May 2004 20:32:55 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <409FD5FD.8080903@gmx.de> Original-References: <409FD5FD.8080903@gmx.de> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15106 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15106 Tobias wrote >esides Hans methode (texexec --pdf --fig=c yourfile.jpg) I want to remark >that PDFTeX is able to include JPEG and PNG graphics directly thus you do >not need to convert them. Actually, Hans methode does the conversion from >JPEG to PDF simply by including the JPEG in TeX. (Old versions of PDFTeX >also supported TIFF, but there are legions of TIFF subformats of which >only a fraction was supported. Consequently, TIFF had been dropped.) fyi: inclusion of pdf is faster, so if you process the document often, it makes sense to convert png to pdf Hans