Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
int Frame::GetHeight()
491
{
492
return height;
493
}
494
495
// Get height of image
496
int Frame::GetWidth()
Callers
10
process_video_packet
Method · 0.80
GetFrame
Method · 0.80
add_layer
Method · 0.80
Clip.cpp
File · 0.80
SampleAverageLuma
Function · 0.80
FFmpegReader.cpp
File · 0.80
HasNonBlackPixelsInRegion
Function · 0.80
CacheDisk.cpp
File · 0.80
QtImageReader.cpp
File · 0.80
Frame.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected