public final class CMYKReader extends Object
| Constructor and Description |
|---|
CMYKReader() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
read(File imageFile) |
static BufferedImage |
read(ImageInputStream iis) |
static BufferedImage |
read(InputStream is) |
public static BufferedImage read(File imageFile) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static BufferedImage read(ImageInputStream iis)
public static BufferedImage read(InputStream is) throws IOException
IOExceptionCopyright © 2011-2014. All Rights Reserved.