Skip to content
  • Halla Rempt's avatar
    Refactored pigment to allow pluggable composite ops -- the bits of · 17cbbe32
    Halla Rempt authored
    code that blend two pixels together, a la porter-duff. I have disabled
    all colorspaces except rgbu8, alpha and lab, and rgbu8 is enabled only
    by a hack pending the discussion I expect will happen shortly on how
    to discourage code duplication through templates. For now, everything
    seems to compile and Krita starts up.
    
    Basically, every composite op for every depth for every colorspace
    is now an object with a composite() method that does the work; whether we
    need to expose this object outside pigment, or provide merely a proxy KoID
    object is up for discussion.
    
    Also added some Krita documentation, updated the todo, removed the old
    startkrita for binary (autopackage-type) releases and removed some warnings.
    
    CCMAIL: kimageshop@kde.org
    
    svn path=/trunk/koffice/; revision=583883
    17cbbe32