Page 1 of 1
hactched line image
Posted: 2010-10-11T15:11:39-07:00
by xpt
Hi,
In order to test my blurring result, I need to come up with a image full with "#' like hatched lines.
What's the easiest way to do that?
Thanks
Re: hactched line image
Posted: 2010-10-11T15:21:36-07:00
by fmw42
do you mean a rows and rows of "#" symbols
see
http://www.imagemagick.org/script/forma ... n-patterns will any of those do? If not, then use one of the text to image methods (label: or caption or draw or annotate) to make a small grid of them and then tile it out to the size you need.
see
http://www.imagemagick.org/Usage/text/
http://www.imagemagick.org/Usage/canvas/#tile
Re: hactched line image
Posted: 2010-10-11T16:24:08-07:00
by xpt
Yep. Thanks
Code: Select all
convert -size 400x300 pattern:CROSSHATCH crosshatch.gif