Painting on a temporary layer
Cyrille Berger
cyb at lepi.org
Sun Sep 26 22:23:22 CEST 2004
I was about to commit a change :
Change in the KisFilter API :
* the process now make a distinction between the source paint device and the
destination
Which mean we have two functions in filter :
virtual void process(KisPaintDeviceSP src, KisPaintDeviceSP dst,
KisFilterConfiguration*, const QRect&, KisTileCommand* ) = 0;
void process(KisPaintDeviceSP, KisFilterConfiguration*, const QRect&,
KisTileCommand* );
Does it allow to do what you want ?
--
--- Cyrille Berger ---
More information about the kimageshop
mailing list