
hi,
I am new in Java I am using the Jmagick library, how can I write an image in Jmagick ?
Thanks.

hi,
You can try this snippet into your code
ImageInfo ii = new ImageInfo("abc.jpg");
MagickImage mi = new MagickImage(ii);
mi.setFileName("xyz.jpg");
mi.writeImage(ii);
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
