how I could create a image like this with imagemagick?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

how I could create a image like this with imagemagick?

Post by diegomage »

Im trying to create intermitent image How I could do this

Image

Please help me
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: how I could create a image like this with imagemagick?

Post by fmw42 »

This appears to be a just a repeated pattern. See -tile or tile:
http://www.imagemagick.org/Usage/canvas/#tile
http://www.imagemagick.org/script/forma ... n-patterns

also see
http://www.imagemagick.org/Usage/video/#deinterlace


Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620

For novices, see

viewtopic.php?f=1&t=9620
http://http://www.imagemagick.org/scrip ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

Re: how I could create a image like this with imagemagick?

Post by diegomage »

very thankyou works fine
Post Reply