Class AbstractScanExpediter

    • Field Detail

      • width

        final int width
      • height

        final int height
      • is

        final java.io.InputStream is
      • bi

        final java.awt.image.BufferedImage bi
      • bitDepth

        final int bitDepth
      • bytesPerPixel

        final int bytesPerPixel
      • bitsPerPixel

        final int bitsPerPixel
    • Method Detail

      • getBitsToBytesRoundingUp

        final int getBitsToBytesRoundingUp​(int bits)
      • getNextScanline

        byte[] getNextScanline​(java.io.InputStream is,
                               int length,
                               byte[] prev,
                               int bytesPerPixel)
                        throws ImagingException,
                               java.io.IOException
        Throws:
        ImagingException
        java.io.IOException
      • getPixelArgb

        final int getPixelArgb​(int alpha,
                               int red,
                               int green,
                               int blue)
      • getPixelRgb

        final int getPixelRgb​(int red,
                              int green,
                              int blue)