| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Info.getImageDepth()
Return the image depth.
|
int |
Info.getImageDepth(int pSceneNr)
Return the image depth.
|
int |
Info.getImageHeight()
Return the image height.
|
int |
Info.getImageHeight(int pSceneNr)
Return the image height for the given scene.
|
int |
Info.getImageWidth()
Return the image width.
|
int |
Info.getImageWidth(int pSceneNr)
Return the image width for the given scene.
|
int |
Info.getPageHeight()
Return the page height.
|
int |
Info.getPageHeight(int pSceneNr)
Return the page height for the given scene.
|
int |
Info.getPageWidth()
Return the page width.
|
int |
Info.getPageWidth(int pSceneNr)
Return the page width for the given scene.
|
| Constructor and Description |
|---|
Info(String pImage)
This contstructor will automatically parse the full output
of identify -verbose.
|
Info(String pImage,
boolean basic)
This constructor creates an Info-object with basic or complete
image-information (depending on the second argument).
|
Info(String pImage,
InputStream pInput)
This contstructor will automatically parse the full output
of identify -verbose.
|
Info(String pImage,
InputStream pInput,
boolean basic)
This constructor creates an Info-object with basic or complete
image-information (depending on the third argument).
|
Copyright © 2019. All rights reserved.