![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_imageio_j2k_t:Data Fields | |
| dt_imageio_module_data_t | global |
| int | bpp |
| dt_imageio_j2k_format_t | format |
| dt_imageio_j2k_preset_t | preset |
| int | quality |
| int dt_imageio_j2k_t::bpp |
Definition at line 118 of file j2k.c.
Referenced by get_params().
| dt_imageio_j2k_format_t dt_imageio_j2k_t::format |
Definition at line 119 of file j2k.c.
Referenced by extension(), flags(), and write_image().
| dt_imageio_module_data_t dt_imageio_j2k_t::global |
Definition at line 117 of file j2k.c.
Referenced by legacy_params(), and write_image().
| dt_imageio_j2k_preset_t dt_imageio_j2k_t::preset |
Definition at line 120 of file j2k.c.
Referenced by write_image().
| int dt_imageio_j2k_t::quality |
Definition at line 121 of file j2k.c.
Referenced by write_image().