Search found 2 matches
- 2016-04-21T04:39:18-07:00
- Forum: Users
- Topic: After cropping tiff its size increases almost two times
- Replies: 2
- Views: 1224
Re: After cropping tiff its size increases almost two times
@snibgo Thank you very much. It was quality.
- 2016-04-21T00:08:27-07:00
- Forum: Users
- Topic: After cropping tiff its size increases almost two times
- Replies: 2
- Views: 1224
After cropping tiff its size increases almost two times
I have a tiff file 2544x3472 and its size is 402960 bytes. After that I cropped it using ImageMagick:
convert "$path" -crop 2544x1850+0x0 -compress JPEG "${PWD}"/output/$filename
and now its size is 762374 bytes. Why and how to decrease its size?
Original file info:
Format: TIFF (Tagged Image ...
convert "$path" -crop 2544x1850+0x0 -compress JPEG "${PWD}"/output/$filename
and now its size is 762374 bytes. Why and how to decrease its size?
Original file info:
Format: TIFF (Tagged Image ...