Class DDSHeader

java.lang.Object
com.twelvemonkeys.imageio.plugins.dds.DDSHeader

final class DDSHeader extends Object
  • Field Details

    • flags

      private int flags
    • mipMapCount

      private int mipMapCount
    • dimensions

      private Dimension[] dimensions
    • pixelFormatFlags

      private int pixelFormatFlags
    • fourCC

      private int fourCC
    • bitCount

      private int bitCount
    • redMask

      private int redMask
    • greenMask

      private int greenMask
    • blueMask

      private int blueMask
    • alphaMask

      private int alphaMask
  • Constructor Details

    • DDSHeader

      DDSHeader()
  • Method Details

    • read

      static DDSHeader read(ImageInputStream imageInput) throws IOException
      Throws:
      IOException
    • addDimensions

      private void addDimensions(int width, int height)
    • getFlag

      private boolean getFlag(int mask)
    • getWidth

      int getWidth(int imageIndex)
    • getHeight

      int getHeight(int imageIndex)
    • getMipMapCount

      int getMipMapCount()
    • getBitCount

      int getBitCount()
    • getFourCC

      int getFourCC()
    • getPixelFormatFlags

      int getPixelFormatFlags()
    • getRedMask

      int getRedMask()
    • getGreenMask

      int getGreenMask()
    • getBlueMask

      int getBlueMask()
    • getAlphaMask

      int getAlphaMask()