Page 1 of 1

lossless jpeg operations

Posted: 2007-06-19T04:01:50-07:00
by ramalama
hello

what kind of lossless operations are imagemagick able to perform on a jpeg image?

for instance, how would you do the following without recompressing the image data

- remove meta data
- rotate/flip the image
- crop the image by factors of 8

thanks in advance!

Re: lossless jpeg operations

Posted: 2007-06-19T19:49:34-07:00
by anthony
NONE.

IM is a general image processor it always reading in all the data.

For JPEG look at the program 'jhead'. Google for it.

Re: lossless jpeg operations

Posted: 2007-06-20T02:38:09-07:00
by ramalama
i am already familiar with jhead. thanks!