Convert not working after install on PowerPC Mac
Posted: 2011-05-17T18:04:54-07:00
I just went through the "painful" process of installing ImageMagick and all it's dependencies on a PowerPC Mac (OS X Server 10.5..
Now trying to see if convert will work I run it and it hangs.
$ convert test-image.jpg test-image.png
hangs
read through these forums a bit and tried it with the -debug all flag set and got a ton of output but at the end it looks like this:
Application built with libpng-1.2.26 but running with 1.5.2 `test-image.png'
2011-05-17T17:48:28-07:00 0:02.370 0.880u 6.6.9 Exception convert[357]: png.c/WriteOnePNGImage/8214/Exception
memory allocation failed `test-image.png'
2011-05-17T17:48:28-07:00 0:02.370 0.880u 6.6.9 Coder convert[357]: png.c/WritePNGImage/10721/Coder
exit WritePNGImage()
2011-05-17T17:48:28-07:00 0:02.370 0.880u 6.6.9 Cache convert[357]: cache.c/DestroyPixelCache/1504/Cache
destroy test-image.jpg[0]
2011-05-17T17:48:28-07:00 0:02.380 0.890u 6.6.9 Resource convert[357]: resource.c/RelinquishMagickResource/810/Resource
Memory: 25.17MB/24MiB/2GiB
It hangs right after that last Memory line. Anyone know what is going on? Yes, I downloaded and installed libpng-1.5.2 into /usr/local (or at least that's what I had tried to do) before downloading and installing ImageMagick with these arguments: IMAGEMAGICK_ARGUMENTS="--disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --disable-openmp"
Now trying to see if convert will work I run it and it hangs.
$ convert test-image.jpg test-image.png
hangs
read through these forums a bit and tried it with the -debug all flag set and got a ton of output but at the end it looks like this:
Application built with libpng-1.2.26 but running with 1.5.2 `test-image.png'
2011-05-17T17:48:28-07:00 0:02.370 0.880u 6.6.9 Exception convert[357]: png.c/WriteOnePNGImage/8214/Exception
memory allocation failed `test-image.png'
2011-05-17T17:48:28-07:00 0:02.370 0.880u 6.6.9 Coder convert[357]: png.c/WritePNGImage/10721/Coder
exit WritePNGImage()
2011-05-17T17:48:28-07:00 0:02.370 0.880u 6.6.9 Cache convert[357]: cache.c/DestroyPixelCache/1504/Cache
destroy test-image.jpg[0]
2011-05-17T17:48:28-07:00 0:02.380 0.890u 6.6.9 Resource convert[357]: resource.c/RelinquishMagickResource/810/Resource
Memory: 25.17MB/24MiB/2GiB
It hangs right after that last Memory line. Anyone know what is going on? Yes, I downloaded and installed libpng-1.5.2 into /usr/local (or at least that's what I had tried to do) before downloading and installing ImageMagick with these arguments: IMAGEMAGICK_ARGUMENTS="--disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --disable-openmp"