![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gmic.h>#include <iostream>#include <string>
Include dependency graph for lut3dgmic.cpp:Go to the source code of this file.
Macros | |
| #define | cimg_verbosity 0 |
Functions | |
| void | lut3d_decompress_clut (const unsigned char *const input_keypoints, const unsigned int nb_input_keypoints, const unsigned int output_resolution, float *const output_clut_data, const char *const filename) |
| unsigned int | lut3d_get_cached_clut (float *const output_clut_data, const unsigned int output_resolution, const char *const filename) |
| gboolean | lut3d_read_gmz (int *const nb_keypoints, unsigned char *const keypoints, const char *const filename, int *const nb_lut, void *widget, const char *const lutname, const gboolean newlutname) |
| void | lut3d_add_lutname_to_list (void *g, const char *const lutname) |
| void | lut3d_clear_lutname_list (void *g) |
| #define cimg_verbosity 0 |
Definition at line 21 of file lut3dgmic.cpp.
Referenced by lut3d_read_gmz().
Referenced by filepath_callback(), and lut3d_read_gmz().
| void lut3d_decompress_clut | ( | const unsigned char *const | input_keypoints, |
| const unsigned int | nb_input_keypoints, | ||
| const unsigned int | output_resolution, | ||
| float *const | output_clut_data, | ||
| const char *const | filename | ||
| ) |
Definition at line 44 of file lut3dgmic.cpp.
References i.
| unsigned int lut3d_get_cached_clut | ( | float *const | output_clut_data, |
| const unsigned int | output_resolution, | ||
| const char *const | filename | ||
| ) |
Definition at line 101 of file lut3dgmic.cpp.
| gboolean lut3d_read_gmz | ( | int *const | nb_keypoints, |
| unsigned char *const | keypoints, | ||
| const char *const | filename, | ||
| int *const | nb_lut, | ||
| void * | widget, | ||
| const char *const | lutname, | ||
| const gboolean | newlutname | ||
| ) |
Definition at line 160 of file lut3dgmic.cpp.
References FALSE, g, i, lut3d_add_lutname_to_list(), lut3d_clear_lutname_list(), and TRUE.