Hello Friends,
I have one gif image.
I want to add text(IMAGE NAME) to below image and save as new one.
f = open("c://temp.gif", 'a')
s = f.write(imagename)
f.close()
Above code work for text file but not for gif
Can you help me for this?
Thanks, manu