I've been happily using Fred Weinhaus' 3Dbox script in the past. Now I've updated my system (openSUSE 11.4) which comes with this version of ImageMagick:
Code: Select all
Version: ImageMagick 6.6.5-8 2011-02-14 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
Code: Select all
3DBox.sh roll=0 pan=-90.00000000000000000000 tilt=0 format=center zoom=0.865 pef=0.5 bgcolor=black filter=lanczos images/im_menu1-0.jpg images/im_menu1-2.jpg images/moon.jpg images/galaxy.jpg images/im_menu1-1.jpg images/Iceberg.jpg frames_0_to_1/cube0000.png
Code: Select all
convert -virtual-pixel transparent -mattecolor none '(' /tmp/3DBox.sh.7335/tmp1.mpc -matte -filter lanczos +distort Perspective '0,0 1056.73,92.6186 767,0 -1720.19,182.814 767,767 -1720.19,-182.814 0,767 1056.73,-92.6186' ')' '(' ')' '(' /tmp/3DBox.sh.7335/tmp3.mpc -matte -filter lanczos +distort Perspective '0,0 -1223.55,-130.033 767,0 1660.6,-145.546 767,767 -1720.19,182.814 0,767 1056.73,92.6186' ')' '(' ')' '(' /tmp/3DBox.sh.7335/tmp5.mpc -matte -filter lanczos +distort Perspective '0,0 -1720.19,182.814 767,0 1660.6,-145.546 767,767 1660.6,145.546 0,767 -1720.19,-182.814' ')' '(' /tmp/3DBox.sh.7335/tmp6.mpc -matte -filter lanczos +distort Perspective '0,0 1660.6,145.546 767,0 -1223.55,130.033 767,767 1056.73,-92.6186 0,767 -1720.19,-182.814' ')' -crop '1150x1150-574.5-574.5!' -background black -flatten frames_0_to_1/cube0000.png
I also tested this:
Code: Select all
export MAGICK_THREAD_LIMIT=1
For completeness, all images are 768x768. As mentioned, this worked fine on the older ImageMagick installation.
Any suggestions are appreciated!
Martin