You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
From br...@Awfulhak.org on December 02, 2010 04:46:40
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: http://code.google.com/p/tovid/issues/detail?id=138
The text was updated successfully, but these errors were encountered: