> > Hi, > > I am trying to add tamil water marking to a image through python. > letters composed of multiple unicode charters are not getting > rendered/displayed properly. > e.g. > ஸ்ரீபுவே - are not getting displayed properly.
Using Tamil Fonts in python imaging is not fine still. I created cover images for all project madurai ebooks. https://picasaweb.google.com/105732196474555550249/ProjectMaduraiCoverImages I created html files with tamil content. Then using wkhtmltoimage, converted html into image with required size. You can create a watermarked image using html and wkhtmltoimage. Then, you can merge it with original image. Not sure this will work. But worth to give a try. Check my code here. https://github.com/tshrinivasan/project-madurai-cover-images -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get CollabNet Subversion Edge : http://www.collab.net/svnedge _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
