Search found 1 match
- 2019-01-27T02:23:18-07:00
- Forum: Users
- Topic: How to use ImageMagick to create randomly generated patterns?
- Replies: 2
- Views: 3069
How to use ImageMagick to create randomly generated patterns?
I'm trying to use the PHP class Imagick to generate random patterns of various designs which I can then color. I have two functions that generate random patterns of different types, but am struggling to color both the black and white sections different colors. <?php function generate_first_pattern ...