AttachedI've ment WebP version of the two samples I have uploaded.
Unoptimized_Studio.jpg == 293KB 1600 x 900 pxCan anyone make out any noticable difference in the image quality? I can't, and the filesize was reduced by about 85%!
The WebP: 253KBYou must be registered to see the links
Original JPG: 1,61MB View attachment 80618
@gue5t Which format would you choose to always save as, BMP or PNG? Another example, this time I used 100% quality for the WebP.
About the render, the model ended up having graininess probably because I divided the maps of the model too by two in Scene Optimizer to see the effects. Or not enough lighting? Or because its 5k samples?
BMP: 4,19MB
WebP: 777KB
I actually verified this. In this example there is LOSSY -q 100 - and comparer shows 0.01% loss. !!! In case of using -losless -q 100 -m 6 we have LOSSLESS image, but larger:Definitely PNG preferably compressed - same quality and smaller size.
Attached the diff.
-mt is multithread, ofc it should be always used.Yep it's a match and definitely better than the PNG version's 2,709,525 bytes.
Will have to do some more tests with it.
P.S. From the quick look I had at the WebP doc's you should probably add -mt to the parameters, and also test with "-lossless -q 100 -z 9 -mt"