I have a problem with the following fie : \useexternalfigure[fig1][Mouette1]%1600x1200 \useexternalfigure[fig2][Mouette2]%1024x768 \starttext %the following line gives an error : %Error: pdfetex.exe (file ./Mouette1.jpg): reading JPEG image failed %\externalfigure[fig1] %the following lines runs very well \page \externalfigure[fig2] \stoptext Is there a limitation of the dimensions of a picture ? Or another problem ? Thank you
François Fasoli wrote:
Is there a limitation of the dimensions of a picture ? Or another problem ?
It seems probable that your JPEG file is broken, there is no size limit for JPEG images, but there are some checks to make sure that the file is 'valid ', and your image failed one of those checks. There is nothing more I can say without the actual image file. Greetings, Taco
Taco Hoekwater wrote:
It seems probable that your JPEG file is broken, there is no size limit for JPEG images, but there are some checks to make sure that the file is 'valid ', and your image failed one of those checks.
There are several command-line utilities for checking image files. The
ImageMagick suite has a program called 'identify,' which will give you
lots of information (probably more than you want!):
identify -verbose
participants (3)
-
François Fasoli
-
Matt Gushee
-
Taco Hoekwater