image - JPEG library that supports variable quantization -


i have set of images (photos). want convert them using lossy image compression (preferably jpeg, i'm open other possibilities). on each image there regions of interest, use lossless or near-lossless compression.

i thought use "variable quantization" (as defined in itu-t recommendation t.84) in jpeg format set different quantization multipliers blocks intersecting regions of interest other blocks.

i've tried ijg libjpeg , mozjpeg , seems neither of these libraries support variable quantization.

do know open-source jpeg library supports variable quantization?

do know other image format supports mixing lossy , lossless compression?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -