Difference between revisions of "Weather Cam Image Handling"
From meteobridge
Line 1: | Line 1: | ||
This page is intended to give some examples what Meteobridges weather image conversion with the Linux tool convert can offer. I selected this freely available image from Univerity of Arizona as an example to do some comversions with. | This page is intended to give some examples what Meteobridges weather image conversion with the Linux tool convert can offer. I selected this freely available image from Univerity of Arizona as an example to do some comversions with. | ||
− | ===original image=== | + | ===original image (720 x 540)=== |
[[File:pic1.jpg]] | [[File:pic1.jpg]] | ||
Line 9: | Line 9: | ||
Overlay text: | Overlay text: | ||
<pre>-fill black -draw "fill-opacity 0.7 rectangle 0 520 720 540" -pointsize 12 -fill orange -draw "text 5 535 '[YYYY]-[MM]-[DD] [hh]:[mm]'" -fill white -draw "text 110 535 'Temp: [th0temp-act=F.1:--] °F Humidity: [th0hum-act.0:--] % Pressure: [thb0seapress-act=inhg.2:--] inHg Wind Chill: [wind0chill-act=F.1:--]°F Wind: [wind0avgwind-act=mph.1:--] mph Rain: [rain0total-sumday=in.2:--] in'"</pre> | <pre>-fill black -draw "fill-opacity 0.7 rectangle 0 520 720 540" -pointsize 12 -fill orange -draw "text 5 535 '[YYYY]-[MM]-[DD] [hh]:[mm]'" -fill white -draw "text 110 535 'Temp: [th0temp-act=F.1:--] °F Humidity: [th0hum-act.0:--] % Pressure: [thb0seapress-act=inhg.2:--] inHg Wind Chill: [wind0chill-act=F.1:--]°F Wind: [wind0avgwind-act=mph.1:--] mph Rain: [rain0total-sumday=in.2:--] in'"</pre> | ||
+ | |||
+ | ===resized image (300 height)=== | ||
+ | [[FIle:pic3.jpg]] | ||
+ | |||
+ | Overlay text: | ||
+ | <pre>-resize 300</pre> |
Revision as of 21:40, 13 October 2013
This page is intended to give some examples what Meteobridges weather image conversion with the Linux tool convert can offer. I selected this freely available image from Univerity of Arizona as an example to do some comversions with.
original image (720 x 540)
adding weather data as overlay text
Overlay text:
-fill black -draw "fill-opacity 0.7 rectangle 0 520 720 540" -pointsize 12 -fill orange -draw "text 5 535 '[YYYY]-[MM]-[DD] [hh]:[mm]'" -fill white -draw "text 110 535 'Temp: [th0temp-act=F.1:--] °F Humidity: [th0hum-act.0:--] % Pressure: [thb0seapress-act=inhg.2:--] inHg Wind Chill: [wind0chill-act=F.1:--]°F Wind: [wind0avgwind-act=mph.1:--] mph Rain: [rain0total-sumday=in.2:--] in'"
resized image (300 height)
Overlay text:
-resize 300