MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / TDeepImage

Class TDeepImage

Source/ThirdParty/tinyexr.h:366–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364} EXRMultiPartImage;
365
366typedef struct TDeepImage {
367 const char **channel_names;
368 float ***image; // image[channels][scanlines][samples]
369 int **offset_table; // offset_table[scanline][offsets]
370 int num_channels;
371 int width;
372 int height;
373 int pad0;
374} DeepImage;
375
376// @deprecated { For backward compatibility. Not recommended to use. }
377// Loads single-frame OpenEXR image. Assume EXR image contains A(single channel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected