Custom Coder and Custom Image Filter Kits

Announcements pertaining to ImageMagick, or ImageMagick related software. This list is moderated. No discussions here, instead post to the users group instead.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Custom Coder and Custom Image Filter Kits

Post by magick »

We now provide kits to add custom coders to support new image formats or to add new image filters to your distribution of ImageMagick. The kits work under Linux / Unix / Mac OS X / MinGW. They are discussed here: http://www.imagemagick.org/script/archi ... php#coders and here: http://www.imagemagick.org/script/archi ... hp#filters. We have not built a kit for Windows yet, however, you can extract the source code from the kits and build as a DLL and copy it into the ImageMagick binary distribution to use as custom coder or image filter.

Use the kits to quickly extend the functionality of ImageMagick. When tested, consider contributing your custom coder or image filter to the ImageMagick project where we might include it in a future ImageMagick release. However, you are under no obligation to do so. Instead you could use it privately for yourself or your company or if its particularly useful you could offer it for sale to the ImageMagick community.

Note, ImageMagick version 6.4.3-0 or above is required to use the kits.
Post Reply