Here Win32 starts making trouble with pipe commands, especially when trying to translate bash to command metacharacters like in "miff:-".
montage font_*.gif -tile 1x3 -geometry 16x16+1+1 miff:- |\
montage - -geometry +0+0 -tile 5x1 montage_columns.gif
So I started using cygwin and bash for Win32 and again I found troubles in the second piped command:
There are many suspect points: version of libraries does not match, double slash on path, etc etc$ montage POSC*.jpg -tile 1x3 -geometry 16x16+1+1 miff:- | montage - -geometry +0+0 -tile 5x1 montage_col.gif
montage: unable to read font `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
montage: unable to read font `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
I tried to compile in cygwin but ./configure ends with error:
Considering that I would like to resolve the main objective in time to deliver the whole job and the time spent on google trying to find a solution and repeat source and binary download and installation I am now more on the surrender side than other.checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/tiberio_b/ImageMagick-6.6.9-6':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
(Sometimes I wander how other does, this should not be an uncommon task)
HELP
Teebe