Package org.ngengine.stbimage
package org.ngengine.stbimage
-
ClassDescriptionBMP decoder supporting 1/4/8/24/32-bit, uncompressed and RLE compressed.GIF decoder.Radiance HDR decoder, RGBE to float conversion.JPEG decoder - baseline (sequential) and progressive DCT decoder, implemented to match stb_image.h behavior closely.Softimage PIC decoder.PNG decoder with zlib decompression.PNM decoder for PPM/PGM (binary), including 16-bit.PSD decoder for composited RGB view, 8/16-bit.Common decoder contract used by all image format implementations.Exception thrown when image decoding fails.Pure Java implementation of stb_image.hInformation about an image without fully decoding it.Supported image formats known by this decoder set.Result of an image decode operation.Limits resource usage for every instance of every decoder.TGA decoder supporting uncompressed and RLE compressed, grayscale and color.