ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class > convertColorSpace Method : convertColorSpace(ImGearRasterPage,ImGearColorSpace,ImGearColorProfile,ImGearColorProfile,ImGearRenderingIntents) Method |
The image's pixel data is modified to conform to the new color space. This method does not concern itself with any of the settings of com.accusoft.imagegear.core.ImGearColorProfileManager class. Instead, it allows immediate and explicit specification of color profiles to use for the conversion.
com.accusoft.imagegear.core.ImGearRasterPageT:com.accusoft.imagegear.core.ImGearColorProfilecom.accusoft.imagegear.core.ImGearRenderingIntents
public static void convertColorSpace( ImGearRasterPage page, ImGearColorSpace newColorSpace, ImGearColorProfile sourceProfile, ImGearColorProfile destinationProfile, ImGearRenderingIntents renderingIntent ) |