You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #59 from jeffski/feature/imagick-text-reader
Allowing TextReader to create text frames using ImageMagick
This commit is contained in:
@@ -154,7 +154,7 @@ std::shared_ptr<Frame> TextReader::GetFrame(int64_t requested_frame)
|
||||
std::shared_ptr<Magick::Image> copy_image(new Magick::Image(*image.get()));
|
||||
copy_image->modifyImage(); // actually copy the image data to this object
|
||||
//TODO: Reimplement this with QImage
|
||||
//image_frame->AddImage(copy_image);
|
||||
image_frame->AddMagickImage(copy_image);
|
||||
|
||||
// return frame object
|
||||
return image_frame;
|
||||
|
||||
Reference in New Issue
Block a user