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

Method ResolveMaskImage

src/EffectBase.h:88–90  ·  view source on GitHub ↗

Resolve a cached/scaled mask image for the target frame dimensions.

Source from the content-addressed store, hash-verified

86
87 /// Resolve a cached/scaled mask image for the target frame dimensions.
88 std::shared_ptr<QImage> ResolveMaskImage(std::shared_ptr<QImage> target_image, int64_t frame_number) {
89 return GetMaskImage(target_image, frame_number);
90 }
91
92 /// Optional override for effects that need custom mask behavior.
93 virtual bool UseCustomMaskBlend(int64_t frame_number) const { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected