crop behaviour for convert
Posted: 2009-06-23T11:25:28-07:00
Hi I have an image a.pnm of size 12x12.
I run the crop command
convert -crop 12x12 b.pnm
Which should result in exactly the same image. However, the file size is different, so I can't use unix diff to compare them. Why is the output file different from the input file, and how can I make them the same?
Thanks = Victor
I run the crop command
convert -crop 12x12 b.pnm
Which should result in exactly the same image. However, the file size is different, so I can't use unix diff to compare them. Why is the output file different from the input file, and how can I make them the same?
Thanks = Victor