C F G I M O S

C

check() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Call this method after you have provided an input stream or file using setInput(InputStream) or setInput(DataInput).

F

FORMAT_BMP - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for BMP streams.
FORMAT_GIF - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for GIF streams.
FORMAT_IFF - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for IFF streams.
FORMAT_JPEG - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for JPEG streams.
FORMAT_PBM - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PBM streams.
FORMAT_PCX - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PCX streams.
FORMAT_PGM - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PGM streams.
FORMAT_PNG - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PNG streams.
FORMAT_PPM - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PPM streams.
FORMAT_PSD - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for PSD streams.
FORMAT_RAS - Static variable in class org.devlib.schmidt.imageinfo.ImageInfo
Return value of getFormat() for RAS streams.

G

getBitsPerPixel() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the image's number of bits per pixel.
getComment(int) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the index'th comment retrieved from the file.
getFormat() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the image format's name.
getHeight() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns one the image's vertical resolution in pixels.
getMimeType() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns a String with the MIME type of the format.
getNumberOfComments() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful and setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfImages() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the number of images in the examined file.
getPhysicalHeightDpi() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getWidth() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
If check() was successful, returns one the image's horizontal resolution in pixels.

I

ImageInfo - Class in org.devlib.schmidt.imageinfo
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files (or input streams).
ImageInfo() - Constructor for class org.devlib.schmidt.imageinfo.ImageInfo
 
isProgressive() - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.

M

main(String[]) - Static method in class org.devlib.schmidt.imageinfo.ImageInfo
To use this class as a command line application, give it either some file names as parameters (information on them will be printed to standard output, one line per file) or call it with no parameters.

O

org.devlib.schmidt.imageinfo - package org.devlib.schmidt.imageinfo
 

S

setCollectComments(boolean) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Specify whether textual comments are supposed to be extracted from input.
setDetermineImageNumber(boolean) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Specify whether the number of images in a file is to be determined - default is false.
setInput(DataInput) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Set the input stream to the argument stream (or file).
setInput(InputStream) - Method in class org.devlib.schmidt.imageinfo.ImageInfo
Set the input stream to the argument stream (or file).

C F G I M O S

Copyright © 2008. All Rights Reserved.