ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Dimensions of a picture
@ 2005-02-03 19:19 François Fasoli
  2005-02-04  1:47 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: François Fasoli @ 2005-02-03 19:19 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1054 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Dimensions of a picture
  2005-02-03 19:19 Dimensions of a picture François Fasoli
@ 2005-02-04  1:47 ` Taco Hoekwater
  2005-02-05 22:15   ` Matt Gushee
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2005-02-04  1:47 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Dimensions of a picture
  2005-02-04  1:47 ` Taco Hoekwater
@ 2005-02-05 22:15   ` Matt Gushee
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Gushee @ 2005-02-05 22:15 UTC (permalink / raw)


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 <image_file>

If you're running Linux, ImageMagick is available for just about any 
distribution, and may already be installed on your system. I think you 
can get a version for Windows, too; not sure about MacOS.

If the file is broken, 'identify' will tell you so. Otherwise, post the 
output of the command to the list, and hopefully someone will be able to 
tell you if there's something unusual about your file that makes it 
incompatible with pdefetex.

--
Matt Gushee
Englewood, CO, USA

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-05 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-03 19:19 Dimensions of a picture François Fasoli
2005-02-04  1:47 ` Taco Hoekwater
2005-02-05 22:15   ` Matt Gushee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).