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

Function check_thumbnail_dimensions

tests/Frame.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void check_thumbnail_dimensions(const QImage& image) {
70 REQUIRE_FALSE(image.isNull());
71 CHECK(image.width() == 98);
72 CHECK(image.height() == 64);
73}
74
75}
76

Callers 1

Frame.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected