Does anyone see any flaws at this approach? It appears to work locally on my machine.
/usr/src/gostscript#./configure --prefix=/mygodaddypath --disable-cups --disable-gtk --without-x --disable-shared --enable-static --with-static; make; make install /usr/src/gostscript#export set GS=/mygodaddypath/bin/gs /usr/src/gostscript#cd /usr/src/imagemagick /usr/src/imagemagick#./configure --prefix=/mygodaddypath --enable-embeddable --disable-shared --enable-static --with-static; make; make install #cd /mygodaddypath/bin /mygodaddypath/bin#export set LD_LIBRARY_PATH= ; export set PATH= /mygodaddypath/bin#convert -transparent white -rotate 90 -density 600 -resize 3300X2550 postscript.ps image.png Aloha Eric _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
