fix the fix for issue #30

This commit is contained in:
Felix Kauselmann 2015-03-18 15:47:05 +01:00
parent 035d5817c0
commit 975d7581ce

View File

@ -100,8 +100,8 @@ QImage changeImage( const QImage& image, int value )
colors[ i ] = qRgb( operation( qRed( colors[ i ] ), value ),
operation( qGreen( colors[ i ] ), value ),
operation( qBlue( colors[ i ] ), value ));
}
im.setColorTable(colors);
}
return im;
}