![]() |
KiCad PCB EDA Suite
|
one 8bit-channel image definition. More...
#include <wx/string.h>
Go to the source code of this file.
Classes | |
struct | S_FILTER |
5x5 Filter struct parameters More... | |
class | IMAGE |
Manage an 8-bit channel image. More... | |
Enumerations | |
enum | IMAGE_OP { IMAGE_OP::RAW, IMAGE_OP::ADD, IMAGE_OP::SUB, IMAGE_OP::DIF, IMAGE_OP::MUL, IMAGE_OP::AND, IMAGE_OP::OR, IMAGE_OP::XOR, IMAGE_OP::BLEND50, IMAGE_OP::MIN, IMAGE_OP::MAX } |
Image operation type. More... | |
enum | IMAGE_WRAP { IMAGE_WRAP::ZERO, IMAGE_WRAP::CLAMP, IMAGE_WRAP::WRAP } |
Image wrap type enumeration. More... | |
enum | IMAGE_FILTER { IMAGE_FILTER::HIPASS, IMAGE_FILTER::GAUSSIAN_BLUR, IMAGE_FILTER::GAUSSIAN_BLUR2, IMAGE_FILTER::INVERT_BLUR, IMAGE_FILTER::CARTOON, IMAGE_FILTER::EMBOSS, IMAGE_FILTER::SHARPEN, IMAGE_FILTER::MELT, IMAGE_FILTER::SOBEL_GX, IMAGE_FILTER::SOBEL_GY, IMAGE_FILTER::BLUR_3X3 } |
Filter type enumeration. More... | |
one 8bit-channel image definition.
Definition in file image.h.
|
strong |
|
strong |
Image operation type.
Enumerator | |
---|---|
RAW | |
ADD | |
SUB | |
DIF | |
MUL | |
AND | |
OR | |
XOR | |
BLEND50 | |
MIN | |
MAX |
|
strong |