Die Suche ergab 1 Treffer

von mfkfx
Montag 21. Dezember 2015, 00:14
Forum: Allgemeine Fragen
Thema: Question regarding os.system
Antworten: 3
Zugriffe: 1873

Question regarding os.system

Hello,

I have a problem combining convert with Pythons os.system:

os.system("convert -pointsize 20 -fill yellow -draw "text 270,460 '$(date)'" image_tmp.jpg image.jpg")


Code: Select all

os.system("convert -pointsize 20 -fill yellow -draw "text 270,460 '$(date)'" image_tmp.jpg image.jpg ...