google-code-export / tovid

Automatically exported from code.google.com/p/tovid
1 stars 0 forks source link

makemenu mis-handles the output of identify #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using ImageMagick's identify(1) to get the size of a .png file, makemenu 
assumes that the .png filename does not contain spaces and uses "awk '{print 
$3}'" to obtain the size field.

I would suggest using "identify - <pngfile" rather than "identify pngfile" as 
identify will never use spaces in a temporary file name.

Original issue reported on code.google.com by br...@Awfulhak.org on 2 Dec 2010 at 9:46

GoogleCodeExporter commented 9 years ago
It appears that you are using a version of makemenu that is many years old - 
0.30 by the look of the issue you have raised.  I don't see anywhere in current 
makemenu (tovid 0.33) where this issue exists.  Please confirm, or quote line 
numbers and code.

thanks,
grepper

Original comment by grepper@gmail.com on 15 Dec 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Good grief, you're absolutely right!  That's embarrassing!

I'll look at updating the FreeBSD port right away.  Please feel free to assign
this issue to the "idiot at the keyboard" category!

Original comment by br...@Awfulhak.org on 15 Dec 2010 at 9:50

GoogleCodeExporter commented 9 years ago
Heh, thanks for taking the time in any case :)

grepper

Original comment by grepper@gmail.com on 3 Jul 2011 at 3:08