Wednesday

UnicodeDecodeError: 'ascii' codec can't decode byte in position

possible solution will be to eliminate non-ascii characters, here is function in python

import string
def n(self,myStr):
return filter(lambda x: x in string.printable, myStr)

No comments:

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...