Re: Split images into tiles
Posted: 2017-11-22T13:10:54-07:00
I am aware of the lossy format of JPEG that cause generation loss.The intermediate images unfortunately have to be JPEG in this case as Guetzli is too slow to be fed one whole image.What command & tool will you recommand to merge the JPEG tiles , applying as minimum compression as possible during the merge process.Ofcourse keeping in mind that there will be some lossfmw42 wrote: ↑2017-11-22T12:45:52-07:00 P.S. If you, say, use -quality 80 to make the jpg images, then if you add -quality 100, you will get as close visual quality as you had before, but the file size will increase dramatically. So you probably want to make the new combined result have a similar or slightly larger quality than 80, but not 100. Each time you compress and decompress with JPG, you lose some visual quality. You cannot get that back. You would be better keeping your intermediate images in non-lossy compressed form, such as tif with lzw compression or png.