mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
fix issue #30
This commit is contained in:
@ -101,6 +101,7 @@ QImage changeImage( const QImage& image, int value )
|
||||
operation( qGreen( colors[ i ] ), value ),
|
||||
operation( qBlue( colors[ i ] ), value ));
|
||||
}
|
||||
im.setColorTable(colors);
|
||||
return im;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user