MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / oriented_full_width

Method oriented_full_width

src/libOpenImageIO/imagebuf.cpp:1707–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1705
1706
1707int
1708ImageBuf::oriented_full_width () const
1709{
1710 const ImageBufImpl *impl (this->impl());
1711 const ImageSpec &spec (impl->spec());
1712 return impl->m_orientation <= 4 ? spec.full_width : spec.full_height;
1713}
1714
1715
1716

Callers 3

normalSizeMethod · 0.80
fitWindowToImageMethod · 0.80
clamp_view_to_windowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected