I've linked the jpegtran version used, bytheway, why convert then to png? Also, jpegtran uses about 600mb ram cropping that 12000x12000 that's too much, in fact i get out of memory when trying to crop that 30000x30000 and also another picture self made with photoshop of the same size.anthony wrote:Are the same arguments used for jpegcrop?Code: Select all
jpegtran -crop 100x100+123+425 -copy none huge.jpeg crop.jpg convert crop.jpg -gravity SouthEast -crop 100x100+0+0 +repage crop_fixed.png
If so that may be the better suggestion, so as to avoid confusion with the multiple versions of jpegtran.
It has some problems yeah, but i've also linked a normal gradient image made with photoshop. http://www.megaupload.com/?d=9ZI5UNEQanthony wrote:The image... http://rvvs89.ucc.asn.au/stuff/huge/huge4.jpg doesn't work with Firefox either
It reports... The Image {...} cannot be displayed, because it contains errors.
Perhaps it is again because it is too big! But it is hard to say for ceratin.
Well sure i was talking about hdd stored images.anthony wrote:Hmmm.. skipping will be the way to go for handling HUGH images. However it does mean the image must then be disk based and can not be comming from a network stream or pipeline. That is the tradeoff. It may be why the previous commands still reads the whole file, even if it is not storing it all into memory.
It seems to be active, or at least http://www.ijg.org/ is active, last version of their software is 16-Jan-2011 so pretty updated. I've sent an email to Guido Vollbeding asking if is possible. Also check out my comment here, i've asked:anthony wrote:Question is the original JPEG Club people still active. Those pages and utilities are actually quite old. If they are active perhaps they would like to help.
and his reply:You think is this possible just taking a part of the file and decode that?
But the possible restart markers are at max 7, so it not so useful.In general, no, it is not possible to decode just part of a file to decode (unless restart markers are inserted in the stream).