Class ImageLoader


  • public class ImageLoader
    extends java.lang.Object
    • Field Detail

      • JPEG_MEMORY_SAVING_DEFAULT

        public static final double JPEG_MEMORY_SAVING_DEFAULT
        Default value for jpeg memory savings for instances of ImageLoader.
        See Also:
        Constant Field Values
      • jpegMemorySaving

        public double jpegMemorySaving
        Set with a value between 0 and 1 to adjust the factor by which jpeg images are reduced during load to save memory when using GPU accelerated graphics (Settings.isOpenGL is true, otherwise this setting is ignored). Values above 1 or below 0 are ignored, and 1 is used instead. Default value is JPEG_MEMORY_SAVING_DEFAULT