Skip to content
Discussion options

You must be logged in to vote

Hi @Socolin

I was not able to find a way to use the ColorProfileConverter most of the related code seems to be internal. Since I'm doing composition between multiple image that will be printed later, I'm curious if it would be possible to load the images, work with them in CIELAB, or CIEXYZ, and then choose the profile when saving (for example a CMYK profile), so there is minimum loss, instead of converting everything to sRGB, then converting it again for printing.

All operations on images in ImageSharp require conversion to TPixel format that can be easily converted to an RGBA compatible buffer of floats typically expressed by Vector4 so you are not able to load an image and work in co…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Socolin
Comment options

@JimBobSquarePants
Comment options

@Socolin
Comment options

Answer selected by Socolin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants