Hello, I am new here and I was wondering if you can use Imagemagick to make procedurally generated patterns/textures?
I am going to make an online animal SIM game and right now I'm doing the art for the animals, but I want for them to have, like, different fur markings and textures without handpainting them one-by-one.
That's why I want to use procedurally generated patterns, but I'm not sure if Imagemagick offers it.
And if it doesn't, do you know any other programs that do?
Thanks for your time
Procedurally Generated Patterns
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Procedurally Generated Patterns
I suspect Imagemagick is not the tool for you. You would have to write scripts to generate each pattern or better proper code. Imagemagick does not currently include functions for such arbitrary pattern generation.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Procedurally Generated Patterns
The question is very vague. Do you have examples of patterns/textures you want to generate?
I created a system for IM based on Perlin noise, that can generate images like:
See my "Fractal noise" page.
I created a system for IM based on Perlin noise, that can generate images like:
See my "Fractal noise" page.
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Procedurally Generated Patterns
See also my scripts at the link below: perlin, randomblob, tileimage, tiler and woodgrain.
As snibgo said, what kinds of procedures do you desire and do you have examples. Also what is your IM version and platform?
As snibgo said, what kinds of procedures do you desire and do you have examples. Also what is your IM version and platform?