31#ifndef PNGPP_PACKED_PIXEL_HPP_INCLUDED
32#define PNGPP_PACKED_PIXEL_HPP_INCLUDED
75 return (1 <<
bits) - 1;
Definition packed_pixel.hpp:41
The packed pixel class template.
Definition packed_pixel.hpp:56
static int get_bit_depth()
Definition packed_pixel.hpp:68
static byte get_bit_mask()
Definition packed_pixel.hpp:73
packed_pixel(byte value=0)
Definition packed_pixel.hpp:58
The PNG reader class template. This is the low-level reading interface–use image class or consumer cl...
Definition reader.hpp:67
png_byte byte
Definition types.hpp:39