Tiny Core Linux

Off-Topic => Archive / Obsolete => SCM EXtensions => Topic started by: SamK on May 14, 2013, 03:03:26 AM

Title: ImageMagick Convert and Menu Issues
Post by: SamK on May 14, 2013, 03:03:26 AM
TC 4.7.5
Booted in cloud mode
Downloaded and installed ImageMagick.scm 6.7.3-2 2012/02/10


display filename.jpg shows the file OK, but after a single use of the im-right-click-menu (e.g. Image Info), neither it nor the im-left-click-menu works.


convert filename.jpg -resize 100x100 filename_resized.jpg
Code: [Select]
convert: invalid argument for option `-resize': /mnt/sdb2/home/tc/100x100 @ error/convert.c/ConvertImageCommand/2355.

Not sure whether this is related
/apps/bin/identify
contains a reference to indentify should this be identify?


Neither the menu nor convert issues are present in ImageMagick.tcz  6.7.6-9  2013/04/22
Title: Re: ImageMagick Convert and Menu Issues
Post by: Jason W on May 15, 2013, 08:28:30 AM
Thanks, I will look into this today.
Title: Re: ImageMagick Convert and Menu Issues
Post by: Jason W on May 19, 2013, 01:55:38 PM
Fixed version uploaded.
Title: Re: ImageMagick Convert and Menu Issues
Post by: SamK on May 20, 2013, 12:55:57 AM
Fixed version uploaded.
Thanks.

Tested using fixed SCM.
Identify issue now works OK
Menu issue now works OK
Convert issue remains unresolved.

Convert Issue is not present in cuurent tcz version.


Command Issued
Code: [Select]
convert image.jpg -resize 350x350 image_resized.jpg

ImageMagick.tcz (Current version 6.7.6-9  2013/04/22)
Successfully outputs resized image
Code: [Select]
convert -version
...6.7.6-9 2013-04-22...


ImageMagick.scm (Current version 6.7.3-2  2012/02/10)
Fails with error message
Code: [Select]
convert: invalid argument for option `-resize': /home/tc/350x350 @ error/convert.c/ConvertImageCommand/2355.
Code: [Select]
convert -version
...6.7.3-2 2011-10-23...