Uses of Class
net.sourceforge.jiu.codecs.UnsupportedTypeException
Packages that use UnsupportedTypeException
Package
Description
-
Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs that throw UnsupportedTypeExceptionModifier and TypeMethodDescriptionprivate voidPNGCodec.allocateImage()Allocates the right image to private fieldimage, taking into consideration the fields width, height, precision and colorType.private voidIFFCodec.checkAndLoad()private voidPNGCodec.checkColorTypeAndPrecision()Checks valuesPNGCodec.precisionandPNGCodec.colorType.private voidBMPCodec.load()static PixelImageAttempts to load an image from a file.static PixelImageAttempts to load an image from a file, notifying the argument progress listeners.static PixelImageLoad an image from a file given by its name.static PixelImageAttempts to load an image from the file with the given name, using the given list of progress listeners.private voidPalmCodec.load()private voidPCDCodec.load()Attempts to load an image.private voidPNGCodec.load()private voidPNMCodec.load()Loads an image from a PNM input stream.private voidPSDCodec.load()Attempts to load an Image from argument streamin(which could, as an example, be aRandomAccessFileinstance, it implements theDataInputinterface).private voidPNGCodec.loadChunk()private voidPNMCodec.loadGrayImage()private voidBMPCodec.loadHeader()private voidPalmCodec.loadHeader(DataInput in) private PixelImageLoads an image from given input stream in, regarding the compression type.private voidprivate voidPNGCodec.loadImage(long chunkSize) Load an image from the current position in the file.private voidPNGCodec.loadImageHeader()Reads data from an IHDR chunk and initializes private fields with it.private voidPNGCodec.loadImageInterlacedAdam7()private voidPNGCodec.loadImageNonInterlaced()private voidPalmCodec.loadPalette(DataInput in) private voidBMPCodec.loadStream()static PixelImageImageLoader.loadToolkitImageUri(String uri) voidIFFCodec.process()voidPCDCodec.process()Checks the parameter and loads an image.voidPNGCodec.process()private voidRASCodec.readHeader()private voidPNGCodec.reverseFilter(int rowFilterType, byte[] buffer, byte[] prev, int numBytes) private voidBMPCodec.save()private voidGIFCodec.save()private voidPalmCodec.save()private voidRASCodec.save()private voidRASCodec.saveHeader(PixelImage image) -
Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg that throw UnsupportedTypeExceptionModifier and TypeMethodDescriptionprivate voidJPEGCodec.readMarker(JPEGData jpegData, int marker, int length) static voidJPEGMarkerReader.readStartOfFrame(DataInput in, JPEGData jpegData, int marker, int length) static voidJPEGMarkerReader.readStartOfScan(DataInput in, JPEGData jpegData, int length) Read an SOS (start of scan) marker. -
Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw UnsupportedTypeExceptionModifier and TypeMethodDescriptionprivate voidTIFFImageFileDirectory.checkContent()private static TIFFDecoderTIFFCodec.createDecoder(TIFFCodec codec, TIFFImageFileDirectory ifd, int tileIndex) voidTIFFImageFileDirectory.initFromTags(boolean check) private voidTIFFCodec.load()Attempts to load an image from a file in the TIFF format.private voidTIFFCodec.load(TIFFImageFileDirectory ifd)