libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
PixelFormat::Data Struct Reference

Aggregate descriptor holding all metadata for a pixel format. More...

#include <pixelformat_old.h>

Collaboration diagram for PixelFormat::Data:

Public Attributes

ID id
 Format identifier.
 
String name
 Short format name.
 
String desc
 Human-readable description.
 
Sampling sampling
 Chroma subsampling mode.
 
size_t pixelsPerBlock
 Pixels per encoded block.
 
size_t bytesPerBlock
 Bytes per encoded block.
 
bool hasAlpha
 Whether format has alpha.
 
std::vector< FourCCfourccList
 Associated FourCC codes.
 
std::vector< CompDesccompList
 Component descriptors.
 
std::vector< PlaneDescplaneList
 Plane descriptors.
 
CreatePixelFunc createPixel
 Function to create a Pixel from component values.
 
FillFunc fill
 Function to fill an image with a pixel value.
 

Detailed Description

Aggregate descriptor holding all metadata for a pixel format.


The documentation for this struct was generated from the following file: