MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / imageByteCount

Method imageByteCount

tools/imageio/imageio.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 };
192
193 size_t imageByteCount() const noexcept {
194 return imagePixelCount() * format().pixelByteCount();
195 };
196
197 size_t scanlineByteCount() const noexcept {
198 return width() * format().pixelByteCount();

Callers 2

readImageHeadersMethod · 0.80
readImageMethod · 0.80

Calls 2

pixelByteCountMethod · 0.80
formatFunction · 0.50

Tested by

no test coverage detected