Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Post by lindylex » 2014-02-27T16:42:39-07:00
Code: Select all
tmp_img=PythonMagick.Image(str(image_width)+"x"+str(image_height),'rgb(120,20,20)') tmp_img.font("@/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf") tmp_img.fontPointsize(15) tmp_img.fillColor("rgb(255,255,0)") tmp_img.label("@file.txt") #tmp_img.annotate("680x680!")
Return to “Users”
Users browsing this forum: Bing [Bot], Google [Bot] and 11 guests