CreunaFI / color-space-fixer

WordPress plugin to convert Adobe RGB / CMYK images to sRGB automatically. Requires ImageMagick built with lcms delegate.
https://creunafi.github.io/color-space-fixer
16 stars 1 forks source link

Batch process existing images #3

Open simplenotezy opened 4 years ago

simplenotezy commented 4 years ago

In my scenario, the colorloss does only happen on thumbnails. The original image still has the full color set. So this plugin should be able to work with backwards compatibility - e.g. install plugin and regenerate thumbnails using wp media regenerate CLI command.

joppuyo commented 4 years ago

Hey,

This feature is on my todo list, it will be added in a future version.

joppuyo commented 4 years ago

To make it clear, this plugin does not process thumbnails, only the main image is processed. After this when thumbnails are generated so they will have the correct colors since the main image has them.

I'm going to a feature where you can scan the existing media library and process the main images and regenerate the thumbnails at the same time.