MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetImage

Method GetImage

src/Frame.cpp:870–878  ·  view source on GitHub ↗

Get pointer to Magick++ image object

Source from the content-addressed store, hash-verified

868
869// Get pointer to Magick++ image object
870std::shared_ptr<QImage> Frame::GetImage()
871{
872 // Check for blank image
873 if (!image)
874 // Fill with black
875 AddColor(width, height, color);
876
877 return image;
878}
879
880#ifdef USE_OPENCV
881

Callers 15

GetMaskImageMethod · 0.80
ProcessFrameMethod · 0.80
paintMethod · 0.80
apply_backgroundMethod · 0.80
apply_keyframesMethod · 0.80
apply_waveformMethod · 0.80
get_transformMethod · 0.80
ReadStreamMethod · 0.80
CheckWorkingFramesMethod · 0.80
WriteFrameMethod · 0.80
GetFrameMethod · 0.80
GetFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected