You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user