<div dir="ltr"><div><div>If you want your logo to simply go into some blank space on your plot, I'd use ImageMagick or some other command line post-processing. Crop the png to the dimensions that match the blank space. <br><br></div>From there, as others have suggested, use the !composite command to call ImageMagick, and fit it into your plots.<br><br></div>This works just fine within a windows framework. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 14, 2015 at 12:18 PM, AMS EmsiWx Bytča <span dir="ltr"><<a href="mailto:emsiwx@pocasie-bytca.sk" target="_blank">emsiwx@pocasie-bytca.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Thank you,<br>
<br>
I have tried -b and -f with different transparent colors:<br>
<br>
in my combined output I use many variables in shade, so it looks
like:<br>
<br>
# Cloud Cover<br>
# Fog<br>
<br>
'printim ceutemp1.png x1350 y1010'<br>
<br>
# Rain/Heavy/Extreme rain<br>
<br>
'printim ceutemp2.png x1350 y1010 -b ceutemp1.png x1350 y1010 -t 16'<br>
<br>
# Snow<br>
<br>
'printim ceutemp3.png x1350 y1010 -b ceutemp2.png x1350 y1010 -t 16'<br>
<br>
# Freezing rain<br>
# Wind<br>
# Hail<br>
<br>
'printim ceutemp4.png x1350 y1010 -b ceutemp3.png x1350 y1010 -t 16'<br>
<br>
# Loop through all output times<br>
# and display any t-storm and severe t-storm conditions found<br>
# T-storm (lightning) conditions based on ACI<br>
# Severe t-storm conditions<br>
# Supercell composite parameter <br>
<br>
'printim ceutemp5.png x1350 y1010 -b ceutemp4.png x1350 y1010 -t 16'<br>
<br>
# Significant tornado parameter<br>
<br>
'printim
ceu_products/ceu_gfs_sigweather/ceu_gfs_sigweather_'i+10'.png x1350
y1010 -b ceutemp5.png x1350 y1010 -t 16'<br>
<br>
WORKS UNTILL HERE.......<br>
<br>
But then I try : 'printim
ceu_products/ceu_gfs_sigweather/ceu_gfs_sigweather_'i+10'.png x1350
y1010 -f logo.png x1350 y1010 -t 16'<br>
<br>
and my logo.png covers all... logo.png is same size, all backround
in color 16 (125 125 125) and a small logo on it.<br>
<br>
Any ideas please?<br>
<br>
Marian<br>
<br>
<br>
<div>Dňa 14. 9. 2015 o 14:31 Davide
Sacchetti napísal(a):<br>
</div><div><div class="h5">
<blockquote type="cite">
<pre>use printim -b
see <a href="http://grads.iges.org/grads/gadoc/gradcomdprintim.html" target="_blank">http://grads.iges.org/grads/gadoc/gradcomdprintim.html</a>
bye bye
Davide
On Mon, 2015-09-14 at 13:12 +0200, AMS EmsiWx Bytča wrote:
</pre>
<blockquote type="cite">
<pre>Hello,
I would like to ask if there is a way to put a small image (my logo)
over the top of my final png.
Thank you.
Marian
--
_______________________________________________
gradsusr mailing list
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
<pre>
_______________________________________________
gradsusr mailing list
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
<br>
</div></div><span class="HOEnZb"><font color="#888888"><div>-- <br>
<img src="cid:part1.07080500.07090403@pocasie-bytca.sk" border="0"></div>
</font></span></div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>