<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'><P><SPAN>Hi Jeff,</SPAN></P>
<P><SPAN>I do this all the time. It's really pretty simple once you get it figured out once. It works with even early revs of Grads, like back to 1.9. I don't use imagemagik for basic displays, but you can to&nbsp;produce some&nbsp;fancier effects.&nbsp; Here's the basics:&nbsp;</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>So for something like precip here's what I do:</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>First just plot the basic precipitation</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>&nbsp; 'set mpdset worldmap'<BR>&nbsp; 'set mpdraw on'<BR>&nbsp; 'set map 0 1 1'</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>&nbsp;&nbsp; 'set clevs 0 .01 0.1 0.2 0.4 0.6 0.8 1.0 1.3 1.7 2.0 2.3 2.7 3.0 3.3 3.7 4.0 4.5 5.0'<BR>&nbsp;&nbsp; 'set ccols 0&nbsp; 0&nbsp;&nbsp; 40&nbsp; 70&nbsp; 71&nbsp; 72&nbsp; 73&nbsp; 88&nbsp; 28&nbsp; 29&nbsp; 78&nbsp; 30&nbsp; 31&nbsp; 80&nbsp; 81&nbsp; 82&nbsp; 83&nbsp; 84&nbsp; 85&nbsp; 85'<BR>&nbsp;&nbsp; 'd apcpsfc'</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>Then print your image to a png</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>&nbsp;&nbsp; 'printim c:/grib/dods_eta_output/test.png png -b c:/grib//background/imagname.png -t 0 x700 y541 white' <BR>&nbsp;&nbsp; 'clear'</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>This produces the image 'test.png'&nbsp;</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>Then finish your graphic by adding contours, maybe another shaded overlay&nbsp;and other stuff:</SPAN></P>
<P><SPAN>**Low Pressure**</SPAN></P>
<P><SPAN>&nbsp;&nbsp; 'set gxout contour'<BR>&nbsp;&nbsp; 'set cint 2'<BR>&nbsp;&nbsp; 'set ccolor 80'<BR>&nbsp;&nbsp; 'set clab on'<BR>&nbsp;&nbsp; 'set cthick 5'<BR>&nbsp;&nbsp; 'set clskip 2'<BR>&nbsp;&nbsp; 'set clopts 80 2 0.09'<BR>&nbsp;&nbsp; 'set cmax 1011' <BR>&nbsp;&nbsp; 'd prmslmsl/100'<BR>** High Pressure&nbsp; **<BR>&nbsp;&nbsp; 'set gxout contour'<BR>&nbsp;&nbsp; 'set cint 2'<BR>&nbsp;&nbsp; 'set ccolor 4'<BR>&nbsp;&nbsp; 'set clab on'<BR>&nbsp;&nbsp; 'set clskip 1'<BR>&nbsp;&nbsp; 'set cthick 5'<BR>&nbsp;&nbsp; 'set cmin 1011.1'<BR>&nbsp;&nbsp; 'set clopts 70 2 0.09'<BR>&nbsp;&nbsp; 'd prmslmsl/100'</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>&nbsp;&nbsp; 'draw map'</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>Then print your image again.</P>
<P>&nbsp;</P>
<P>&nbsp;&nbsp; 'printim 'c/grib/dods_eta_output/precip/'location_name'_'time'hr.png png -b c:/grib/dods_eta_output/test.png -t 0 x700 y541 white' <BR>&nbsp;&nbsp; 'clear'<BR><BR>I've included the background image (nwcoast.png), the interim image (test.png) and&nbsp;the final result (nwcoast_84hr.png).&nbsp; </P>
<P>&nbsp;</P>
<P>Note - When&nbsp;using foreground images things get a little bit trickier in that your foreground image needs to first be&nbsp;manipulated in an image editing program to set some portion of it to be transparent (so the weather data will bleed through). &nbsp;</P>
<P>&nbsp;</P>
<DIV><FONT size=2>Thanks,<BR>Mark</FONT></DIV><BR></SPAN><BR>----- Original Message -----<BR>From: "Jeff Chabot" &lt;jsc219@gmail.com&gt;<BR>To: gradsusr@gradsusr.org<BR>Sent: Thursday, November 4, 2010 5:48:56 PM<BR>Subject: [gradsusr] Command produces a PNG image with transparent color 0 and a background image NE.png<BR><BR>Hello GrADS Users,<BR><BR>I am trying to get a background image behind my precip/ptype products in GrADS and I am having absolutely no luck.<BR><BR>GrADS versions that I have tried:<BR><BR>Grid Analysis and Display System (GrADS) Version 2.0.a9<BR>Grid Analysis and Display System (GrADS) Version 2.0.a7<BR><BR>Error that I receive: <BR><BR>PRINTIM error: background image open error<BR><BR>printim example that I am using:<BR><BR>printim precip_NE_1.png png x570 y435 -b NE.png -t 0<BR><BR>I am using the full path for the output image and background image, I just removed it from the above command.<BR><BR>This is the png image that I would like to use (or it will look something like this):<BR><BR><A href="http://jeffsweatherservice.com/images/NE.png" target=_blank>http://jeffsweatherservice.com/images/NE.png</A><BR><BR>The above image would be a background to an image like:<BR><BR><A href="http://jeffsweatherservice.com/grads/nam/precip_NE_2.png" target=_blank>http://jeffsweatherservice.com/grads/nam/precip_NE_2.png</A><BR><BR>Does anyone know how to make this work?&nbsp; Or does anyone have another way that I could get a green/brown basemap with blue water to replace the plan white background?&nbsp; I have the basemap stencil working on temperature products, but that will not work well for precip/ptype products.<BR><BR>Any help/insight here would be greatly appreciated.<BR><BR>Sincerely,<BR><BR><BR>Jeff Chabot<BR><A href="mailto:jsc219@gamil.com" target=_blank>jsc219@gamil.com</A>&nbsp; <BR><BR><BR><BR><BR>_______________________________________________<BR>gradsusr mailing list<BR>gradsusr@gradsusr.org<BR>http://gradsusr.org/mailman/listinfo/gradsusr<BR></div></body></html>