ICCAddProfileToFile Method (GdPictureImaging)
Adds/replaces an ICC profile of an existing image file. Supported formats are TIFF, JPEG and PNG images.
public function ICCAddProfileToFile(
: String;
: String
): GdPictureStatus;
public function ICCAddProfileToFile(
: String,
: String
) : GdPictureStatus;
'Declaration
Public Function ICCAddProfileToFile( _
ByVal As String, _
ByVal As String _
) As GdPictureStatus
Parameters
- ImagePath
- The path of the TIFF, JPEG or PNG image.
- ProfilePath
- The path of the ICM color profil to add to the image.
Return Value
A member of the GdPictureStatus enumeration.