IM integration with C++ application - Please help

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You can remove most coders you do not need. Under Unix you'll need to edit the coders/Makefile to remove any reference to the coder and if you are generating a static build you need to remove references to the coder in magick/static.c. Under Windows you can simply remove any coders from the coders folder and regenerate the VisualStudio project with the configure program. It will notice the coders missing and not any dependancies to VisualStudio project.
Post Reply