Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/FileInfo.html
Дата изменения: Thu Dec 2 23:03:10 2010
Дата индексирования: Mon Oct 1 21:39:05 2012
Кодировка:

Поисковые слова: zodiacal light
FileInfo (ImageJ API)

ij.io
Class FileInfo

java.lang.Object
  extended by ij.io.FileInfo
All Implemented Interfaces:
java.lang.Cloneable

public class FileInfo
extends java.lang.Object
implements java.lang.Cloneable

This class consists of public fields that describe an image file.


Field Summary
static int ABGR
          32-bit interleaved ABGR.
static int ARGB
          32-bit interleaved ARGB.
static int BARG
          32-bit interleaved BARG (MCID).
static int BGR
          24-bit interleaved BGR.
static int BITMAP
          1-bit black and white.
 byte[] blues
           
static int BMP
           
 int calibrationFunction
           
 byte[][] channelLuts
           
 double[] coefficients
           
static int COLOR8
          8-bit unsigned integer with color lookup table.
 int compression
           
static int COMPRESSION_NONE
           
static int COMPRESSION_UNKNOWN
           
 java.lang.String debugInfo
           
 java.lang.String description
           
static int DICOM
           
 java.lang.String directory
           
 double[] displayRanges
           
 int fileFormat
           
 java.lang.String fileName
           
 int fileType
           
static int FITS
           
 double frameInterval
           
 int gapBetweenImages
           
static int GIF_OR_JPG
           
static int GRAY12_UNSIGNED
          12-bit unsigned integer (0-4095).
static int GRAY16_SIGNED
          16-bit signed integer (-32768-32767).
static int GRAY16_UNSIGNED
          16-bit unsigned integer (0-65535).
static int GRAY24_UNSIGNED
          24-bit unsigned integer.
static int GRAY32_FLOAT
          32-bit floating-point.
static int GRAY32_INT
          32-bit signed integer.
static int GRAY32_UNSIGNED
          32-bit unsigned integer.
static int GRAY64_FLOAT
          64-bit floating-point.
static int GRAY8
          8-bit unsigned integer (0-255).
 byte[] greens
           
 int height
           
static int IMAGEIO
           
 java.lang.String info
           
 java.io.InputStream inputStream
           
 boolean intelByteOrder
           
static int JPEG
           
 long longOffset
           
 int lutSize
           
static int LZW
           
static int LZW_WITH_DIFFERENCING
           
 byte[][] metaData
           
 int[] metaDataTypes
           
 int nImages
           
 int offset
           
 byte[][] overlay
           
static int PACK_BITS
           
static int PGM
           
 double pixelDepth
           
 double pixelHeight
           
 java.lang.Object pixels
           
 double pixelWidth
           
static int RAW
           
 byte[] reds
           
static int RGB
          24-bit interleaved RGB.
static int RGB_PLANAR
          24-bit planer RGB.
static int RGB48
          48-bit interleaved RGB.
static int RGB48_PLANAR
          48-bit planar RGB.
 byte[] roi
           
 int rowsPerStrip
           
 int samplesPerPixel
           
 java.lang.String[] sliceLabels
           
 int[] stripLengths
           
 int[] stripOffsets
           
static int TIFF
           
 java.lang.String unit
           
static int UNKNOWN
           
 java.lang.String url
           
 java.lang.String valueUnit
           
 VirtualStack virtualStack
           
 boolean whiteIsZero
           
 int width
           
static int ZIP_ARCHIVE
           
 
Constructor Summary
FileInfo()
          Creates a FileInfo object with all of its fields set to their default value.
 
Method Summary
 java.lang.Object clone()
           
 int getBytesPerPixel()
          Returns the number of bytes used per pixel.
 long getOffset()
          Returns the offset as a long.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GRAY8

public static final int GRAY8
8-bit unsigned integer (0-255).

See Also:
Constant Field Values

GRAY16_SIGNED

public static final int GRAY16_SIGNED
16-bit signed integer (-32768-32767). Imported signed images are converted to unsigned by adding 32768.

See Also:
Constant Field Values

GRAY16_UNSIGNED

public static final int GRAY16_UNSIGNED
16-bit unsigned integer (0-65535).

See Also: