Is there any way of specifying color bit depth on a transform?
I've got a customer that always wants images to be served at a maximum bit depth of 8 bits per channel; is there a way I can specify that when generating images with the Cloudinary API?
Answers
-
Hey @head_in_the_clouds. Thanks for getting in touch.
We don't have a specific transformation that controls bit depth for images, however I have done some sample transformations in different file formats on my account, and according to exiftool, we always deliver an 8-bit image. One thing we do support though is enforcing/preventing chroma subsampling, which can have a significant impact on file size. You can read about that here: https://cloudinary.com/documentation/image_optimization#toggle_chroma_subsampling
I hope this helps. Please let us know if you have any further questions.
Kind regards,
-Danny0