ImageGear22.Core Assembly > ImageGear.Formats Namespace > ImGearSaveOptions Class : ForceColorspace Property |
This mode can be used for conversion of image files from one color space to another, without having to store converted image in memory. To convert an image, load it into ImageGear, set ForceColorspace to desired color space, and save the image.
If the property is set to ImageGear.Core.ImGearColorSpaceIDs.NONE, ImageGear does not force conversion to any color space, and saves the image using the color space that is supported by the saving format and best matches the source image.
The default value is ImageGear.Core.ImGearColorSpaceIDs.NONE.