Search found 1 match

by mfkfx
2017-08-14T05:53:53-07:00
Forum: Users
Topic: Calling convert from Python script
Replies: 1
Views: 3612

Calling convert from Python script

Hello,

I think I have a problem with escape sequences when calling "convert" from Python using os.system('convert...').
I want to draw a text in an Image like this:
"Temperature: 28.1 °C"

What is working:
-draw \"text 40,240 Humidity_'+format(round(humidity,1))+'\"
which results in "Humidity_39 ...