Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_imageio_png_t Struct Reference

#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
 

Detailed Description

Definition at line 33 of file imageio_png.h.

Field Documentation

◆ bit_depth

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().

◆ bpp

int dt_imageio_png_t::bpp

Definition at line 38 of file imageio_png.h.

◆ color_type

int dt_imageio_png_t::color_type

Definition at line 37 of file imageio_png.h.

Referenced by calculate_clut_haldclut(), and read_header().

◆ compression

int dt_imageio_png_t::compression

Definition at line 66 of file png.c.

◆ f

◆ global

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().

◆ height

int dt_imageio_png_t::height

◆ info_ptr

png_infop dt_imageio_png_t::info_ptr

◆ max_height

int dt_imageio_png_t::max_height

Definition at line 35 of file imageio_png.h.

◆ max_width

int dt_imageio_png_t::max_width

Definition at line 35 of file imageio_png.h.

◆ png_ptr

png_structp dt_imageio_png_t::png_ptr

◆ width

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().


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