TGA.this

Creates a TGA object with a footer.

  1. this(TGAHeader header, ubyte[] imageData, ubyte[] paletteData = null, char[] imageID = null)
  2. this(TGAHeader header, TGAFooter footer, ubyte[] imageData, ubyte[] paletteData = null, char[] imageID = null)
    class TGA
    this
    (
    ,,
    ubyte[] imageData
    ,
    ubyte[] paletteData = null
    ,
    char[] imageID = null
    )

Meta