The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id$
local $PImage => Handle;
local @Histogram int[ 256];

package IPA::Misc {
    SV * split_channels( PImage input, char * mode = "rgb");
    PImage combine_channels( SV * input, char * mode = "rgb");
    Histogram * histogram( PImage input);
}