details tga - npedotnet/npe-image-library GitHub Wiki

TGA Details

Input

  • Colormap(Indexed) Image, RGB Color Image, Grayscale Image
    • No 16bit RGB Color image support
  • Run Length Encoding
  • Colormap origin offset
  • Image origin(LowerLeft, LowerRight, UpperLeft, UpperRight)

Output

  • Run Length Encoding
  • Only RGB Color Image support
  • Only UpperLeft Image origin support

Plan

  • Output Colormap image support
  • Output Grayscale image support
  • Developer area extension