Closed vincefarq closed 10 years ago
Updated package will be available next Monday
I upgraded to OpenWrt-Yun 1.4.1 and ran opkg update && opkg install imagemagick
the installation was successful, but it seems that the imagemagick binaries are not copied to /usr/bin/
For example, trying to run animate
yields:
root@arduino:# animate
-ash: animate: not found
Any ideas on how to fix this?
Tools are in imagemagick-tools
The default imagemagick-tools only support convert and mogrify. The following are missing: animate, compare, composite, conjure, display, identify, import, montage, stream.
I had help in adding the missing binaries manually, and they appeared to work.
Discussion on Arduino forum: http://forum.arduino.cc/index.php?topic=243306.0
-Vince