> we would like to implement several debayer algorithms in ImageMagick.
There are three primary ways to extend ImageMagick: 1) write your program in your favorite language and use an ImageMagick wrapper to get and set image pixels; 2) implement a custom image filter (see http://www.imagemagick.org/script/architecture.php#filters); or 3) integrate it into the ImageMagick command line. Choose one of these methods and let us know if you intend to contribute your code to the ImageMagick distribution or use it yourself or for your company. Depending on your answers we can provide additional help. If you choose 3), we will need a summary of your algorithm parameters to determine how best to parse them from the command line. _______________________________________________ Magick-developers mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-developers
