Public Member Functions | |
| ImageInfo (File img) throws DirectorException | |
| void | thumbnail (File dest, int maxwidth, int maxheight) throws DirectorException |
| void | identify (File img) throws DirectorException |
| int | width () |
| Accessor for attribute width. | |
| int | width (int width) |
| Mutator for attribute width. | |
| int | height () |
| Accessor for attribute height. | |
| int | height (int height) |
| Mutator for attribute height. | |
| int | horizontalResolution () |
| Accessor for attribute horizontalResolution. | |
| int | horizontalResolution (int horizontalResolution) |
| Mutator for attribute horizontalResolution. | |
| int | verticalResolution () |
| Accessor for attribute verticalResolution. | |
| int | verticalResolution (int verticalResolution) |
| Mutator for attribute verticalResolution. | |
Protected Attributes | |
| int | width = 0 |
| int | height = 0 |
| int | horizontalResolution = 0 |
| int | verticalResolution = 0 |
Package Attributes | |
| File | imgfile = null |
|
|
|
|
|
Mutator for attribute height.
|
|
|
Accessor for attribute height.
|
|
|
Mutator for attribute horizontalResolution.
|
|
|
Accessor for attribute horizontalResolution.
|
|
|
try ImageMagick |
|
||||||||||||||||
|
|
|
|
Mutator for attribute verticalResolution.
|
|
|
Accessor for attribute verticalResolution.
|
|
|
Mutator for attribute width.
|
|
|
Accessor for attribute width.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5