Fixed
Created: May 9, 2016
Updated: Sep 8, 2018
Resolved Date: May 11, 2016
Found In Version: 7.0
Fix Version: 7.0.0.16
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace
Problem Description
======================
command convert.im6 doesn't link to convert in imagemagick package
Logs
======================
root@SDP_Gaming_Socketed_GT3-1:~# convert -size 100x60 xc:skyblue -fill white -stroke black -draw "bezier 40,10 20,50 90,10 70,40" /tmp/bezier.gif
-sh: convert: command not found
Expected Behavior
======================
convert can be found
N/A
On host:
(1) configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std --enable-test=yes
(2) make -C build imagemagick.addpkg
(3) make fs
(4) (..start a target with the image..)
On target:
(1) convert -size 100x60 xc:skyblue -fill white -stroke black -draw "bezier 40,10 20,50 90,10 70,40" /tmp/bezier.gif