Error editing an image
Posted: 2009-09-05T05:54:22-07:00
Hello,
I try to edit an image by drawing some lines on it using command line tool "convert". I get this error when I execute the command
convert: pixels are not authentic `nodes.png' @ cache.c/QueueAuthenticNexus/4143.
Does this mean anything. I tried to search forums but I haven't found any similar post.
It results an image "topology.png" which is similar to "nodes.png".
I use ImageMagick 6.5.4-2, compiled from source.
Ubuntu 9.04, 2GB RAM
If you really need to debug this here's the command line I use:
File coverage.png http://www.badrit.com/coverage.png
convert "(" -fill "none" -stroke "black" -draw " line 416.6913,499.899 416.6913,499.899 line 456.1008,154.2412 456.1008,154.2412" nodes.png ")" "topology.png"
I try to edit an image by drawing some lines on it using command line tool "convert". I get this error when I execute the command
convert: pixels are not authentic `nodes.png' @ cache.c/QueueAuthenticNexus/4143.
Does this mean anything. I tried to search forums but I haven't found any similar post.
It results an image "topology.png" which is similar to "nodes.png".
I use ImageMagick 6.5.4-2, compiled from source.
Ubuntu 9.04, 2GB RAM
If you really need to debug this here's the command line I use:
File coverage.png http://www.badrit.com/coverage.png
convert "(" -fill "none" -stroke "black" -draw " line 416.6913,499.899 416.6913,499.899 line 456.1008,154.2412 456.1008,154.2412" nodes.png ")" "topology.png"