Led Business Cards
Discussion options

You must be logged in to vote

Story Songs That Made History We don't have an API specifically for that purpose, but users can still use our other APIs to achieve the end result. Blog Post Style Paper

from PIL import Image, ImageDraw, ImageFont im = Image.new("RGB", (250, 150), "#fff") d = ImageDraw.Draw(im) font = ImageFont.load_default(size=48) # Normal d.text((0, 0), "Hello world", "#000", font) # With max-width maxwidth = 100 left, top, right, bottom = d.textbbox((0, 0), "Hello world", font) width = right - left if width > maxwidth: im2 = Image.new("RGBA", (right, bottom)) d = ImageDraw.Draw(im2) d.text((0, 0), "Hello world", "#000", font) im2 = im2.resize((maxwidth, bottom)) im.paste(im2, (0, 75), mask=im2) else: d.text((0, 75), "Hello world"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nazar1ky
Comment options

Answer selected by Instagram History
Promotional Instagram Post For Products to join this conversation on CloneAGC. Already have an account? Best Credit Cards For Miles