How can i convert an uploaded image of RGB format to CMYK format in .Net?
问题 I have a requirement for converting and saving an image in CMYK format. When i have uploaded an image of RGB format, then i need to convert it to CMYK. Is it possible in .Net? Thanks 回答1: As others mentioned .NET does not natively support image colorspace adjustments. However, ImageMagick is excellent free software suite that will alow you to do this using the -colorspace or -profile option. The .NET library that will allow you to tap into ImageMagick is conveniently named ImageMagick.NET, it