Cant create multiple images in a same java function using Jmagick

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
sarita
Posts: 4
Joined: 2016-02-26T22:38:29-07:00
Authentication code: 1151

Cant create multiple images in a same java function using Jmagick

Post by sarita »

I am trying to create multiple images in a same function using Jmagick API . Every time I run my code , images which are getting created are different . I am getting some different colors or pattern or some other color patches on the image. Use case is that , I have to create multiple images in my function and then overlay it on a input image . Can I do it using any other method or in any effective way . I am attaching my code here .
Post Reply