Javittoxs
Javittoxs

Reputation: 531

Create an Image either using Magick Wand or ImageMagick on Python 3

There's not enough information on Internet about imagemagick and magick wand on Python 3. I need to create a lot of images using Python 3, creating the images with a background color or a background image.

When I get the image with the background I want, then I need to add text with a font of my preference on It, I think I can solve the problem of the font, but how to add the "string" in the image?

After that, I want to save the image with a "name". I have installed Magick wand and Image Magick on Python 3, but the documentation is in a language that I really don't understand. Do I need to install something else? If you're able to help me, it would be great. Thank you!

Upvotes: 1

Views: 1975

Answers (1)

Related Questions