Apply a specific RGB color profile to a GdPicture image. Device-independent profiles such as sRGB can also be used.
public GdPictureStatus ICCSetRGBProfile( int ImageID, String ProfilePath );
Public Function ICCSetRGBProfile( ByVal ImageID As Integer, ByVal ProfilePath As String ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
ProfilePath |
The path of the ICC profile file to apply. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|