|
|
|
|
|
by FerkiHN
343 days ago
|
|
I asked the wrong question, I wanted to know an efficient method for compressing many photos into a single archive to reduce the overall size, since the color bytes are repeated, maybe there is some special f compression format because the usual zip file doesn't work. |
|
There is potentially some compression magic that could be performed by transforming images using ImageMagick [2] or GraphicsMagick and then compressing them but that gets into the topic of potentially reducing image quality. Not compressing them with those tools but rather confining color pallets, depth and a few other variables to optimize the images to be more batch compressible for marginal gains. If you are not concerned about image quality then those tools can absolutely compress images without any trickery. resize, adding smoothing or blurring, etc...
This is a topic people could debate until the end of the universe so instead give lrzip a shot if you have the time and CPU resources. If you get more than 5% please let us know. Otherwise one could use ImageMagick to batch resize, blur or other of the image files at the risk of losing image quality.[1] - https://wiki.archlinux.org/title/Lrzip
[2] - https://imagemagick.org/index.php