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 void
PNGCodec.allocateImage()
Allocates the right image to private fieldimage
, taking into consideration the fields width, height, precision and colorType.private void
IFFCodec.checkAndLoad()
private void
PNGCodec.checkColorTypeAndPrecision()
Checks valuesPNGCodec.precision
andPNGCodec.colorType
.private void
BMPCodec.load()
static PixelImage
Attempts to load an image from a file.static PixelImage
Attempts to load an image from a file, notifying the argument progress listeners.static PixelImage
Load an image from a file given by its name.static PixelImage
Attempts to load an image from the file with the given name, using the given list of progress listeners.private void
PalmCodec.load()
private void
PCDCodec.load()
Attempts to load an image.private void
PNGCodec.load()
private void
PNMCodec.load()
Loads an image from a PNM input stream.private void
PSDCodec.load()
Attempts to load an Image from argument streamin
(which could, as an example, be aRandomAccessFile
instance, it implements theDataInput
interface).private void
PNGCodec.loadChunk()
private void
PNMCodec.loadGrayImage()
private void
BMPCodec.loadHeader()
private void
PalmCodec.loadHeader
(DataInput in) private PixelImage
Loads an image from given input stream in, regarding the compression type.private void
private void
PNGCodec.loadImage
(long chunkSize) Load an image from the current position in the file.private void
PNGCodec.loadImageHeader()
Reads data from an IHDR chunk and initializes private fields with it.private void
PNGCodec.loadImageInterlacedAdam7()
private void
PNGCodec.loadImageNonInterlaced()
private void
PalmCodec.loadPalette
(DataInput in) private void
BMPCodec.loadStream()
static PixelImage
ImageLoader.loadToolkitImageUri
(String uri) void
IFFCodec.process()
void
PCDCodec.process()
Checks the parameter and loads an image.void
PNGCodec.process()
private void
RASCodec.readHeader()
private void
PNGCodec.reverseFilter
(int rowFilterType, byte[] buffer, byte[] prev, int numBytes) private void
BMPCodec.save()
private void
GIFCodec.save()
private void
PalmCodec.save()
private void
RASCodec.save()
private void
RASCodec.saveHeader
(PixelImage image) -
Uses of UnsupportedTypeException in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg that throw UnsupportedTypeExceptionModifier and TypeMethodDescriptionprivate void
JPEGCodec.readMarker
(JPEGData jpegData, int marker, int length) static void
JPEGMarkerReader.readStartOfFrame
(DataInput in, JPEGData jpegData, int marker, int length) static void
JPEGMarkerReader.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 void
TIFFImageFileDirectory.checkContent()
private static TIFFDecoder
TIFFCodec.createDecoder
(TIFFCodec codec, TIFFImageFileDirectory ifd, int tileIndex) void
TIFFImageFileDirectory.initFromTags
(boolean check) private void
TIFFCodec.load()
Attempts to load an image from a file in the TIFF format.private void
TIFFCodec.load
(TIFFImageFileDirectory ifd)