![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <imageio_png.h>
Collaboration diagram for dt_imageio_png_t:Data Fields | |
| int | max_width |
| int | max_height |
| int | width |
| int | height |
| int | color_type |
| int | bit_depth |
| int | bpp |
| FILE * | f |
| png_structp | png_ptr |
| png_infop | info_ptr |
| dt_imageio_module_data_t | global |
| int | compression |
| int dt_imageio_png_t::bit_depth |
Referenced by calculate_clut_haldclut(), dt_imageio_open_png(), and read_header().
| int dt_imageio_png_t::bpp |
Referenced by get_params(), legacy_params(), and set_params().
| int dt_imageio_png_t::color_type |
Referenced by calculate_clut_haldclut(), and read_header().
| int dt_imageio_png_t::compression |
Referenced by get_params(), legacy_params(), and set_params().
| FILE * dt_imageio_png_t::f |
| dt_imageio_module_data_t dt_imageio_png_t::global |
Referenced by __attribute__(), legacy_params(), and read_image().
| int dt_imageio_png_t::height |
Referenced by calculate_clut_haldclut(), dt_imageio_open_png(), read_header(), and read_image().
| png_infop dt_imageio_png_t::info_ptr |
| int dt_imageio_png_t::max_height |
| int dt_imageio_png_t::max_width |
| png_structp dt_imageio_png_t::png_ptr |
| int dt_imageio_png_t::width |
Referenced by calculate_clut_haldclut(), dt_imageio_open_png(), and read_header().