image processor for file compression #332
CuddleBear92
started this conversation in
Ideas
Replies: 1 comment
-
LRR currently bundles imagemagick with webp support -- I think HEIF support is in too but don't quote me on that, I don't know if I added libheif to the mix. Viewer support is up to the browsers as you said, so this feature is entirely within the realm of possibility. I'd write it as a script plugin that'd do the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The addition of an image processor to compress filesizes would really make sense.
To be able to for example convert any image format into .webp at a set quality % would make sense.
Allowing users to say set the quality to 90% or even 80% unless you have a neat way to crush the sizes without loss.
Personally have not seen much to losses at 80% in ComicRack while crushing the files down to under half the size, more with black and white. Something similar in LANraragi makes sense i think as people have larger and larger collections.
Webp shouldnt cause issues in this as browsers support it across the board.
But having the choice of multiple filetypes makes sense as i guess people might have usecases to convert png files to say other files types aswell.
webp, heif and AVIF is prob the ways to go in the future for smaller sizes.
Having some sort of metadata to not process the same files again would make sense, esp when quality % is used.
Beta Was this translation helpful? Give feedback.
All reactions