• Hi, is it possible to set media upload in RGB color in wordpress?
    I have a “Media from FTP” plugin that imports media in wordpress via a “Commandline” but fails to convert CMYK files to RGB.

    Is it possible to add a code to allow this?
    There is a “Resize Image After Upload” plugin that uses the “force jpeg re-compression” function that converts all media to RGB. This plugin is useful if the files are uploaded only via browser.

    Can you help me?
    Thank you.
    Marco

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There is no WP function to do that conversion, but depending on the image editor available on the server, it may be possible to do the conversion directly through the editor. Most servers seem to have the GD editor, which has limited capabilities. I don’t know for sure, but I would be surprised if it has this capability.

    The other editor we sometimes see installed is Imagick, which is very capable and I would expect it to be able to do such a conversion. You’d need to check the documentation of each image editor module to find out if it’s possible and what commands are needed to do it.

Viewing 1 replies (of 1 total)
  • The topic ‘Code to converter all images CMYK to RGB’ is closed to new replies.