![]() |
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 |
Definition at line 33 of file imageio_png.h.
| int dt_imageio_png_t::bit_depth |
Definition at line 37 of file imageio_png.h.
Referenced by calculate_clut_haldclut(), dt_imageio_open_png(), and read_header().
| int dt_imageio_png_t::bpp |
Definition at line 38 of file imageio_png.h.
| int dt_imageio_png_t::color_type |
Definition at line 37 of file imageio_png.h.
Referenced by calculate_clut_haldclut(), and read_header().
| FILE * dt_imageio_png_t::f |
Definition at line 39 of file imageio_png.h.
Referenced by __attribute__(), calculate_clut_haldclut(), dt_imageio_open_png(), dt_imageio_png_read_profile(), read_header(), read_image(), and read_image().
| dt_imageio_module_data_t dt_imageio_png_t::global |
Definition at line 64 of file png.c.
Referenced by __attribute__(), legacy_params(), and read_image().
| int dt_imageio_png_t::height |
Definition at line 36 of file imageio_png.h.
Referenced by calculate_clut_haldclut(), dt_imageio_open_png(), read_header(), and read_image().
| png_infop dt_imageio_png_t::info_ptr |
Definition at line 41 of file imageio_png.h.
Referenced by __attribute__(), calculate_clut_haldclut(), dt_imageio_open_png(), dt_imageio_png_read_profile(), read_header(), read_image(), and read_image().
| int dt_imageio_png_t::max_height |
Definition at line 35 of file imageio_png.h.
| int dt_imageio_png_t::max_width |
Definition at line 35 of file imageio_png.h.
| png_structp dt_imageio_png_t::png_ptr |
Definition at line 40 of file imageio_png.h.
Referenced by __attribute__(), calculate_clut_haldclut(), dt_imageio_open_png(), dt_imageio_png_read_profile(), read_header(), read_image(), and read_image().
| int dt_imageio_png_t::width |
Definition at line 36 of file imageio_png.h.
Referenced by calculate_clut_haldclut(), dt_imageio_open_png(), and read_header().