<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: export graph to jpg file, How? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65150#M18571</link>
    <description>Thanks, can you tell me how?&lt;BR /&gt;
&lt;BR /&gt;
Any example code, please?&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot.</description>
    <pubDate>Tue, 18 Aug 2009 14:32:21 GMT</pubDate>
    <dc:creator>Ken_oy</dc:creator>
    <dc:date>2009-08-18T14:32:21Z</dc:date>
    <item>
      <title>export graph to jpg file, How?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65148#M18569</link>
      <description>Hi everyone, &lt;BR /&gt;
&lt;BR /&gt;
How can we export graph (from proc gplot) to a jpg format file (or bmp, or other)?&lt;BR /&gt;
Any example?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 18 Aug 2009 13:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65148#M18569</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-18T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: export graph to jpg file, How?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65149#M18570</link>
      <description>Check the documentation for&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS DEV=JPEG;</description>
      <pubDate>Tue, 18 Aug 2009 14:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65149#M18570</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-08-18T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: export graph to jpg file, How?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65150#M18571</link>
      <description>Thanks, can you tell me how?&lt;BR /&gt;
&lt;BR /&gt;
Any example code, please?&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot.</description>
      <pubDate>Tue, 18 Aug 2009 14:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65150#M18571</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-18T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: export graph to jpg file, How?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65151#M18572</link>
      <description>Explore the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; website and ODS with SAS/Graph generated outputs.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 18 Aug 2009 14:33:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65151#M18572</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-08-18T14:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: export graph to jpg file, How?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65152#M18573</link>
      <description>Hi:&lt;BR /&gt;
  There are several different methods...depending on what kind of graphs  you're creating (which procedure used):&lt;BR /&gt;
           &lt;BR /&gt;
A.) Device-based graphics (such as from PROC GCHART, GPLOT, etc)&lt;BR /&gt;
  --1) When you are looking at the graph in the GRAPH1 window, select&lt;BR /&gt;
FILE --&amp;gt; Export As Image&lt;BR /&gt;
or EDIT --&amp;gt; Edit Current Graph and then do a FILE --&amp;gt; Export from the Edit window;&lt;BR /&gt;
  --2) use ODS HTML with DEVICE=&lt;BR /&gt;
  --3) use FILENAME and GSFNAME and GSFMODE techniques with DEVICE=&lt;BR /&gt;
&lt;BR /&gt;
B) Template-based graphics (such as from PROC SGPLOT, SGPANEL, etc or the use of ODS GRAPHICS ON/OFF with statistical procedures)&lt;BR /&gt;
  --1) Use the ODS GRAPHICS statement to control the IMAGEFMT= option however, these template-based graphics are already created as external files, so all you need to do is change the IMAGEFMT&lt;BR /&gt;
&lt;BR /&gt;
                   &lt;BR /&gt;
Please note that these methods are all SEPARATE methods. That means if you're using ODS from A, you would -not- use method 1 or 3 and if you're using the Export method, you would -not- also use methods 2 or 3. Also you would not mix device-based methods (A) with template-based methods (B).&lt;BR /&gt;
 &lt;BR /&gt;
Searching Tech Support notes and the documentation should provide you plenty of examples and explanations.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 18 Aug 2009 16:13:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65152#M18573</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-08-18T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: export graph to jpg file, How?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65153#M18574</link>
      <description>JPG is a bad format for "normal" graphs, where there are solid colors and sharp edges. PNG or even GIF would be better.</description>
      <pubDate>Wed, 19 Aug 2009 03:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/export-graph-to-jpg-file-How/m-p/65153#M18574</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-08-19T03:26:44Z</dc:date>
    </item>
  </channel>
</rss>

