scaling a tile pattern?
Posted: 2010-03-31T07:15:28-07:00
Hi
I would like to know how it is possible to scale (or generally manipulate the geometry of) the built-in patterns? For example if I generate a picture with a patternfilled rectangle:
convert -size 500x500 xc:white -tile pattern:bricks -draw 'rectangle 100,100 400,400' mybricks.png
and I would like the pattern to be resized so the bricks are twice as big as the default size. How do I do that?
I have tried the -scale option, but it seems to scale the whole picture no matter how I use it, even if I use parenthesis.
Regards Junge
I would like to know how it is possible to scale (or generally manipulate the geometry of) the built-in patterns? For example if I generate a picture with a patternfilled rectangle:
convert -size 500x500 xc:white -tile pattern:bricks -draw 'rectangle 100,100 400,400' mybricks.png
and I would like the pattern to be resized so the bricks are twice as big as the default size. How do I do that?
I have tried the -scale option, but it seems to scale the whole picture no matter how I use it, even if I use parenthesis.
Regards Junge