From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14655 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: JPEG file couldn't be read Date: Thu, 29 Jan 2004 09:13:38 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040129090411.01df0918@server-1> References: <20040127220013.GA643@ruhrau.de> <20040129060559.GA1101@ruhrau.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1075364450 9864 80.91.224.253 (29 Jan 2004 08:20:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2004 08:20:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jan 29 09:20:44 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 1Am7Po-0005UA-00 for ; Thu, 29 Jan 2004 09:20:44 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2DFD210B2B; Thu, 29 Jan 2004 09:19:31 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 56CDD10B03 for ; Thu, 29 Jan 2004 09:18:05 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0T8JBP10916 for ; Thu, 29 Jan 2004 09:19:11 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 0D05C17AD6; Thu, 29 Jan 2004 09:19:13 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id AF187179E2 for ; Thu, 29 Jan 2004 08:19:11 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <20040129060559.GA1101@ruhrau.de> Original-References: <20040127220013.GA643@ruhrau.de> <20040129060559.GA1101@ruhrau.de> 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:14655 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14655 At 07:05 29/01/2004, you wrote: >Hartmut Henkel [Wed, Jan 28, 2004 at 10:40:59PM= CET]: > > On Tue, 27 Jan 2004, Johannes H=FCsing wrote: > > > > > Error: pdfetex (file ./rimg0016.jpg): reading JPEG image failed > > > > Seems there are only a few error possibilities in some function > > read_jpg_info(). Could you put the image online for checking? > > > >Certainly: http://www.panix.com/~derwisch/elmar/finger.jpg > >I have sidestepped the problem by converting the images with help >of ImageMagick. The resulting JPEG images are processed without >problems. On windows this produced a stand alone pdf graphic: \starttext \startTEXpage \externalfigure[finger.jpg] \stopTEXpage= \stoptext For the brave, the next also works: \starttext \startTEXpage=20 \externalfigure[http://www.panix.com/\string~derwisch/elmar/finger.jpg]=20 \stopTEXpage \stoptext However, texexec --pdf --fig=3Dc finger.jpg faisl because texutil cannot= read=20 the jpg banner, so there is something with the file. On the other hand, identify.rb finger.jpg gives me: http://www.pragma-pod.com/downloads/whatever/graphics.pdf anyhow, you can use http://www.pragma-pod.com/downloads/whatever/finger.pdf in your doc (also faster) Hans =20