Initializes a new instance of the TgaSettings class using the specified compression type and reduced precision.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public TgaSettings( CompressionType compression, bool reducedPrecision )
Type: System.Boolean
Iftrue
then image is saved with reduced color depth, 16 bits per pixel: 5 bits for red, 6 bits for green, and 5 bits for blue, otherwise the standard 24bpp color depth is used.