Fixed some bugs with the Wipe effect, and am still trying to optimze the performance and make it add alpha channels correctly.

This commit is contained in:
Jonathan Thomas
2013-10-14 18:18:34 -05:00
parent 3617d6be31
commit 2b77da2fd0
9 changed files with 51 additions and 33 deletions

View File

@@ -53,6 +53,7 @@ void ImageReader::Open() throw(InvalidFile)
// Give image a transparent background color
image->backgroundColor(Magick::Color("none"));
image->matte(true);
}
catch (Magick::Exception e) {
// raise exception