[EMAIL PROTECTED] on  wrote...
| > 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.

There are more ways than that.

You can also use an existing format2format converter, as a delegate
method in the "delegates.xml" file (system or personal).  Im will then
convert the image to and from one of its known formats then call the
delegate to convert it to or from the desired user specified format.

I have only roughly made notes on this in "File Handling" in IM
Examples.


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
  "You are now leaving the emergency airlock!
   Thank you for observing all safety precautions."  announced the computer.
  "Yoh Ho Hoo" as Selby was ejected into space without a jetpack.
                                    -- Classic SciFi Movie "DarkStar", 1974
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-developers mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to