Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hebrew

Writing Text With Diacritic ("nikud", Vocalization Marks) Using Pil (python Imaging Library)

Writing simple text on an image using PIL is easy. draw = ImageDraw.Draw(img) draw.text((10, y), te… Read more Writing Text With Diacritic ("nikud", Vocalization Marks) Using Pil (python Imaging Library)