3Dreflection error

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
xiangfu
Posts: 1
Joined: 2011-01-10T21:51:10-07:00
Authentication code: 8675308

3Dreflection error

Post by xiangfu »

When I run "./3Dreflection logo_screen.gif out.gif" in Windows 7 with Cygwin (I have download the 3Dreflection 3Drotate scripts)

convert: UnrecognizedAlphaChannelType 'extract'.
./3Dreflection: line 328: 3Drotate: command not found
convert: unable to open image './3Dreflect_3_6424.mpc': No such file or directory.
convert: missing an image filename 'out.gif'

The ImageMagick version is 6.4.0.

Why did it happen?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: 3Dreflection error

Post by fmw42 »

you probably need a more current version of IM. IM is at 6.6.7.0, so you are about 270 versions behind. -alpha extract was a relatively new feature, but I don't know exactly when it was added. you could check the changelog at http://www.imagemagick.org/script/changelog.php

also see http://www.imagemagick.org/Usage/windows/ for comments about running unix scripts under Windows/Cygwin
Post Reply