buddhi1980 / mandelbulber2

Official repository for Mandelbulber v2
GNU General Public License v3.0
899 stars 115 forks source link

option to render multichanel layers in CMYK not rgb #597

Open mclarekin opened 5 years ago

mclarekin commented 5 years ago

from facebook,, Miroslav Gajarský

evaluate an option to render multichanel layers in CMYK not rgb

buddhi1980 commented 5 years ago

Maybe it is possible, because we have floating point image buffer. But I need to learn how to do it and with image file format is capable to store CMYK data.

zebastian commented 5 years ago

IMHO: as we are using RGBA buffers internally for computation, the user cannot get any better than exporting RGBA in highest resolution anyway (tiff or openexr with 4 bytes per channel) and then proceed with the image in any color space he likes (HSL, RGB, CMYK) in other software.