Thanks for the tip. Testing it with 'convert -type palette org.tif new.tif' the file size is reduzed by around 20%. I´m looking for a way to reduze to 20% or around that. Any additional options I may try?
Regards,
Mike
Search found 4 matches
- 2012-07-06T03:20:51-07:00
- Forum: Users
- Topic: Reduce file size of a tiff-image
- Replies: 3
- Views: 10741
- 2012-07-02T12:06:10-07:00
- Forum: Users
- Topic: Reduce file size of a tiff-image
- Replies: 3
- Views: 10741
Reduce file size of a tiff-image
Hi,
I´m looking for a way to create lay files from tiff images. For jpgs there is the convert -quality way which doesn´t work for tiffs. The only option I found so far is convert -strip -density 72 which removes around 10k from a 5 Mb file. Is there any other way?
Best regards,
Mike
I´m looking for a way to create lay files from tiff images. For jpgs there is the convert -quality way which doesn´t work for tiffs. The only option I found so far is convert -strip -density 72 which removes around 10k from a 5 Mb file. Is there any other way?
Best regards,
Mike
- 2012-07-02T11:56:26-07:00
- Forum: Users
- Topic: Failed to create lay files...
- Replies: 3
- Views: 4657
Re: Failed to create lay files...
First, sorry for the long delay, some other problems came up, holidays (happens to the best of us) but now I´m back on the track. So thanks for the reply, it works as expected but only for jpgs (as described) but not for tiffs. But for this I will close this thread here and switch over to the User´s ...
- 2012-06-16T06:37:05-07:00
- Forum: Users
- Topic: Failed to create lay files...
- Replies: 3
- Views: 4657
Failed to create lay files...
Hi, I´m trying to create lay files from high res tif und jpg files. From the old days I remember just to change the file size by creating a 72 dpi version of the high res pics but that doesn´t work. What I do (in a bash script on FreeBSD 9): convert -density 72x72 input.jpg output.jpg. This reduces t ...