Seed in Magick++?

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
olear
Posts: 58
Joined: 2015-05-24T10:56:42-07:00
Authentication code: 6789

Seed in Magick++?

Post by olear »

Hi,

I want to create a predictable plasma in Magick++ using seed, but the seed options is not available as far as I can see, are there any alternative options I can use, or must the seed option be added to Magick++?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Seed in Magick++?

Post by dlemstra »

In the next release of ImageMagick (6.9.1-4) you can use the new method SetRandomSeed. For now you will have to use 'MagickCore::SetRandomSecretKey'
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
olear
Posts: 58
Joined: 2015-05-24T10:56:42-07:00
Authentication code: 6789

Re: Seed in Magick++?

Post by olear »

Great :)

Thanks for your reply.
Post Reply