Checks if an image file is CMYK color space based.
public Boolean IsCMYKFile( String FilePath );
Public Function IsCMYKFile( ByVal FilePath As String ) As Boolean
|
Parameters |
Description |
|
FilePath |
The path of the file to open. |
True if the specified image file is using CMYK color space, else False.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|