C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::imaging::image_general_header Struct Reference

The general header of all image formats. More...

#include <image_general_header.hpp>

Public Attributes

std::int32_t width {}
 The width in pixels.
 
std::int32_t height {}
 The height in pixels.
 
std::size_t bytes {}
 The size in bytes.
 
std::int32_t bits_per_pixel {}
 The bits per pixel.
 
std::int32_t channels {}
 The count of channels.
 

Detailed Description

The general header of all image formats.


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