diff options
Diffstat (limited to 'glcdgraphics/extformats.c')
-rw-r--r-- | glcdgraphics/extformats.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/glcdgraphics/extformats.c b/glcdgraphics/extformats.c index 75d3693..666c954 100644 --- a/glcdgraphics/extformats.c +++ b/glcdgraphics/extformats.c @@ -74,13 +74,9 @@ bool cExtFormatFile::Load(cImage & image, const string & fileName) for (it = extimages.begin(); it != extimages.end(); ++it) { bool ignoreImage = false; - //if (colors != 0){ - //(*it).opacity(OpaqueOpacity); - //(*it).backgroundColor( Color ( 0,0,0,0) ); - (*it).quantizeColorSpace( RGBColorspace ); - (*it).quantizeColors( 256*256*256 /*colors*/ ); - (*it).quantize(); - //} + //(*it).quantizeColorSpace( RGBColorspace ); + //(*it).quantizeColors( 256*256*256 /*colors*/ ); + //(*it).quantize(); if (firstImage) { width = (uint16_t)((*it).columns()); |