$Id$ dyoung's notes to self about building a small ImageMagick. Configure to build with dynamic-link modules (halves the size of the libMagick.so). Build without several file formats. Don't build with threads, bzlib, X11. Build neither the C++ wrapper nor the PERL module. ./configure CFLAGS=-Os --without-dot --without-jbig --without-jpeg \ --without-lcms --without-png --without-tiff --without-ttf --without-wmf \ --without-xml --without-x --without-bzlib --without-threads \ --without-magick-plus-plus --without-perl --with-modules --prefix=$HOME/IM deprecate.c is not really deprecated? convert.c, mogrify.c compile to gigantic object files. They contain ridiculous cut & paste jobs. $Id$