Home
last modified time | relevance | path

Searched defs:gmic_image (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/extensions/qmic/
H A Dgmic.h49 template<typename T> struct gmic_image { struct
50 unsigned int _width; // Number of image columns (dimension along the X-axis).
51 unsigned int _height; // Number of image lines (dimension along the Y-axis)
52 unsigned int _depth; // Number of image slices (dimension along the Z-axis).
53 unsigned int _spectrum; // Number of image channels (dimension along the C-axis).
54 bool _is_shared; // Tells if the data buffer is shared by another structure.
55 T *_data; // Pointer to the first pixel value.
56 QString name; // Layer name
58 void assign(unsigned int w, unsigned int h, unsigned int d, unsigned int s) { in assign()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.h58 #define gmic_image CImg macro
64 template<typename T> struct gmic_image { struct
73 ~gmic_image(); argument
76 gmic_image():_width(0),_height(0),_depth(0),_spectrum(0),_is_shared(false),_data(0) {} in gmic_image() function
104 gmic_image<T> *_data; // Pointer to the first image of the list. argument
187 #define gmic_image cimg_library::CImg macro
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.h70 #define gmic_image CImg macro
76 template<typename T> struct gmic_image { struct
85 ~gmic_image(); argument
88 gmic_image():_width(0),_height(0),_depth(0),_spectrum(0),_is_shared(false),_data(0) {} in gmic_image() function
117 gmic_image<T> *_data; // Pointer to the first image of the list argument
214 #define gmic_image cimg_library::CImg macro
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.h83 #define gmic_image CImg macro
89 template<typename T> struct gmic_image { struct
98 ~gmic_image() { in ~gmic_image() argument
103 gmic_image():_width(0),_height(0),_depth(0),_spectrum(0),_is_shared(false),_data(0) { } in gmic_image() function
140 gmic_image<T> *_data; // Pointer to the first image of the list argument
269 #define gmic_image cimg_library::CImg macro
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.h83 #define gmic_image CImg macro
89 template<typename T> struct gmic_image { struct
98 ~gmic_image() { in ~gmic_image() argument
103 gmic_image():_width(0),_height(0),_depth(0),_spectrum(0),_is_shared(false),_data(0) { } in gmic_image() argument
140 gmic_image<T> *_data; // Pointer to the first image of the list argument
269 #define gmic_image cimg_library::CImg macro