From kde-commits Fri Oct 24 20:52:48 2003 From: Boudewijn Rempt Date: Fri, 24 Oct 2003 20:52:48 +0000 To: kde-commits Subject: koffice/krita [POSSIBLY UNSAFE] X-MARC-Message: https://marc.info/?l=kde-commits&m=106702889815027 CVS commit by rempt: Added the CMYK colour strategy, enabled selection of CMYK in the new image dialog. Note that only the fill tool knows about CMYK, and that the projection thingy doesn't -- which means that CMYK data is correctly computed, but wronly shown. Another day, another task. A core/strategy/kis_strategy_colorspace_cmyk.cc 1.1 [POSSIBLY UNSAFE: printf] [GPL (v2+)] A core/strategy/kis_strategy_colorspace_cmyk.h 1.1 [GPL (v2+)] M +31 -22 core/kis_doc.cc 1.155 M +4 -0 core/kis_global.h 1.29 M +15 -14 core/kis_image.cc 1.111 M +9 -0 core/kis_painter.cc 1.51 [POSSIBLY UNSAFE: printf] M +1 -1 core/strategy/Makefile.am 1.5 M +4 -0 core/strategy/kis_strategy_colorspace.h 1.3 M +4 -2 core/strategy/kis_strategy_colorspace_rgb.cc 1.4 M +1 -1 core/strategy/kis_strategy_colorspace_rgb.h 1.5 M +2 -2 core/tiles/kispixeldata.h 1.7 M +3 -3 ui/kis_dlg_create_img.cc 1.5