Changes made to the live greenscreen display at SCALE 11X.

This commit is contained in:
Jonathan Thomas
2013-06-06 23:15:01 -05:00
parent aa09fdc69b
commit 1466ac535b
3 changed files with 66 additions and 80 deletions

View File

@@ -410,7 +410,7 @@ void Frame::TransparentColors(string color, double fuzz)
image->colorFuzz(fuzz * 65535 / 100.0);
image->transparent(Magick::Color(color));
//image->colorFuzz(0);
//image->negate();
image->negate();
//image->flip();
//image->flop();
//image->solarize(50.0);