Uses of Class
cz.cuni.jagrlib.DefaultRasterFileFormat

Packages that use DefaultRasterFileFormat
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of DefaultRasterFileFormat in cz.cuni.jagrlib.piece
 

Subclasses of DefaultRasterFileFormat in cz.cuni.jagrlib.piece
 class CompressedFormatGray
          Gray file format (using predictor, VLC and dynamic arithmetic coder).
 class CompressedFormatTransform
          Lossy image compression (using discrete image transform, quantization, block coding and dynamic entropy coder).
 class FractalCompressionQtree
          Fractal image compression module.
 class GIFFileFormat
          GIF file format (persistence of 2D raster graphics data).
 class HDRFileFormat
          HDR file format used in Radiance (RGBe RLE-encoded format).
 class JFIFFileFormat
          JFIF file format (persistence of 2D raster graphics data).
 class MeshCompressionRLE
          Mesh compression format using arbitrary pass order, zero-skipping and optional DPCM.
 class PFMFileFormat
          PFM (Portable Float Map) file format (persistence of HDR 2D raster graphics data).
 class PNGFileFormat
          PNG file format (persistence of 2D raster graphics data).
 

Uses of DefaultRasterFileFormat in cz.cuni.jagrlib.testing
 

Subclasses of DefaultRasterFileFormat in cz.cuni.jagrlib.testing
 class CompressedFormatBW
          B/W file format (using simple Entropy codec to encode raster data).
 class CompressedFormatOrder
          Pal file format with arbitrary pass order (using simple Entropy codec to encode colormapped raster data).
 class CompressedFormatPal
          Pal file format (using simple Entropy codec to encode colormapped raster data).
 class CompressedFormatRGB
          RGB file format (using simple Entropy codec to encode raster data).