Crop file larger than orginal because image was changed
Posted: 2007-09-20T09:51:54-07:00
I have an 8 bit png image that is 1838x1238. I did the following:
convert orig.png -crop 1800x1200+19+19 +repage crop.png
I also did:
convert orig.png -shave 19x19 shave.png
both resulting images are identical I believe, but the orig.png was an 8 bit image, and the new images are a 16 bit images. I believe this is why the files are larger. Please shed some light on this and if I need to/can keep the image at 8 bit, how do I do that. I am running version 6.3.5.q16.
Thanks, Troy
convert orig.png -crop 1800x1200+19+19 +repage crop.png
I also did:
convert orig.png -shave 19x19 shave.png
both resulting images are identical I believe, but the orig.png was an 8 bit image, and the new images are a 16 bit images. I believe this is why the files are larger. Please shed some light on this and if I need to/can keep the image at 8 bit, how do I do that. I am running version 6.3.5.q16.
Thanks, Troy