Search found 1 match
- 2019-04-15T17:14:48-07:00
- Forum: IMagick
- Topic: How do you set the seed?
- Replies: 3
- Views: 79043
How do you set the seed?
Hello! I'd like to be able to reuse a plasma fractal that was generated. It looks like you can change the seed in ImageMagick, but how do you do it with Imagick? The code: $test = new Imagick(); $test->newPseudoImage(400, 400, 'plasma:fractal'); $img->compositeImage($test, Imagick::COMPOSITE_ATOP, 0 ...