You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tpearson
96ffb8e1e0
|
15 years ago | |
---|---|---|
.. | ||
cmyk_u8 | 15 years ago | |
cmyk_u16 | 15 years ago | |
gray_u8 | 15 years ago | |
gray_u16 | 15 years ago | |
lms_f32 | 15 years ago | |
rgb_f16half | 15 years ago | |
rgb_f32 | 15 years ago | |
rgb_u8 | 15 years ago | |
rgb_u16 | 15 years ago | |
wet | 15 years ago | |
wetsticky | 15 years ago | |
ycbcr_u8 | 15 years ago | |
ycbcr_u16 | 15 years ago | |
Makefile.am | 15 years ago | |
README | 15 years ago |
README
About Modules Modules are plug-ins that implement exchangable core functionality for Krita, such as colour strategies. Modules are loaded at startup and shared among all Krita documents and views. That means that making modules stateful is iffy, and that you need to be careful about re-entrancy. Modules are named modules because the plugins, which are kpartgui's are already called plugins. Capito? Good.