Build on Windows with --enable-embeddable

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 »

Under Linux you can issue this command
  • ./configure --enable-embeddable
Under Windows you would need to define UseEmbeddableMagick in the magick-config.h header file.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You can certainly build ImageMagick under Windows with gcc under Cygwin or MingW or CodeWarrior. There is a free VisualStudio compiler from Microsoft. It probably does not optimize which could make ImageMagick slow.
Post Reply