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

Method GetHeight

src/Frame.cpp:490–493  ·  view source on GitHub ↗

Get height of image

Source from the content-addressed store, hash-verified

488
489// Get height of image
490int Frame::GetHeight()
491{
492 return height;
493}
494
495// Get height of image
496int Frame::GetWidth()

Callers 10

process_video_packetMethod · 0.80
GetFrameMethod · 0.80
add_layerMethod · 0.80
Clip.cppFile · 0.80
SampleAverageLumaFunction · 0.80
FFmpegReader.cppFile · 0.80
CacheDisk.cppFile · 0.80
QtImageReader.cppFile · 0.80
Frame.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected