Wednesday

UnicodeDecodeError: 'ascii' codec can't decode byte

This error can be fixed by adding this code on top of python script:

import sys
reload(sys)
sys.setdefaultencoding("latin1")

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...