Reputation: 531
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
Reputation: 5828
You can achieve these using Wand.
Upvotes: 0