<?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: How to export JPEG or TIF/TIFF figure to meet journal requirement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/712631#M219746</link>
    <description>Take off style=journal. I suggest reading more documentation and googling what you need to do.</description>
    <pubDate>Wed, 20 Jan 2021 10:48:54 GMT</pubDate>
    <dc:creator>tarheel13</dc:creator>
    <dc:date>2021-01-20T10:48:54Z</dc:date>
    <item>
      <title>How to export JPEG or TIF/TIFF figure to meet journal requirement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711724#M219290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to export a historgram with journal's requirement in JPEG or TIF/TIFF format, at least 300 dpi and minimal image width is 30 mm (85 pt). However, my code below did not work and kept exporting PNG files with the size of 85 KB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing gpath="H:\Study\Results" image_dpi=300 /*width=12cm height=9cm*/ device=tiff;&lt;BR /&gt;ods graphics / imagename="Lesion Size" ;&lt;BR /&gt;title "Distribution of Lesion Size";&lt;BR /&gt;proc sgplot data=All;&lt;BR /&gt;histogram long_cm / transparency=0.5 scale=percent datalabel=count;&lt;BR /&gt;xaxis values=(0 to 11 by 1);&lt;BR /&gt;density long_cm / type=normal ;&lt;BR /&gt;keylegend / location=inside position=topright across=1 ;&lt;BR /&gt;run;&lt;BR /&gt;title;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the requirement of the image from the journal:&amp;nbsp;&lt;A href="https://www.elsevier.com/authors/policies-and-guidelines/artwork-and-media-instructions/artwork-formats-checklist" target="_blank"&gt;https://www.elsevier.com/authors/policies-and-guidelines/artwork-and-media-instructions/artwork-formats-checklist&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone please help me to modify my code? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 17:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711724#M219290</guid>
      <dc:creator>Denali</dc:creator>
      <dc:date>2021-01-15T17:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to export JPEG or TIF/TIFF figure to meet journal requirement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711727#M219292</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/rnd/datavisualization/gtl/overview_sect22.htm" target="_blank"&gt;https://support.sas.com/rnd/datavisualization/gtl/overview_sect22.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/ODSGraphics/TipSheet_ODSGraphics.pdf" target="_blank"&gt;https://support.sas.com/rnd/app/ODSGraphics/TipSheet_ODSGraphics.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.scsug.org/wp-content/uploads/2019/01/Montagna-Customizing-ODS-Graphics-to-Publish-Visualizations.pdf" target="_blank"&gt;http://www.scsug.org/wp-content/uploads/2019/01/Montagna-Customizing-ODS-Graphics-to-Publish-Visualizations.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These links might help you. I think you have to do ods graphics / imagefmt=JPEG to get jpeg format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 17:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711727#M219292</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-01-15T17:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to export JPEG or TIF/TIFF figure to meet journal requirement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711733#M219293</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1610734130453.png" style="width: 540px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53542i5B42FA3018B38015/image-dimensions/540x139?v=v2" width="540" height="139" role="button" title="lrackley_0-1610734130453.png" alt="lrackley_0-1610734130453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_1-1610734158034.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53543i89549B03AD7E45A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lrackley_1-1610734158034.png" alt="lrackley_1-1610734158034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Try that code but with your data. It makes a journal style JPEG.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 18:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711733#M219293</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-01-15T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to export JPEG or TIF/TIFF figure to meet journal requirement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711740#M219296</link>
      <description>&lt;P&gt;Does anone know if the default blue or red color meets this journal critera (&lt;A href="https://www.elsevier.com/authors/policies-and-guidelines/artwork-and-media-instructions/artwork-types" target="_blank"&gt;https://www.elsevier.com/authors/policies-and-guidelines/artwork-and-media-instructions/artwork-types&lt;/A&gt;)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="row"&gt;
&lt;DIV id="new_content_container_56582_56602" class="large-12 columns"&gt;
&lt;H2&gt;Grayscale images in TIFF/JPEG format&lt;/H2&gt;
&lt;P&gt;Grayscale images are distinct from black-and-white images, which in the context of computer imaging are images with only two colors, black and white. Grayscale images have many shades of gray in between.&lt;/P&gt;
&lt;P&gt;In computing, a grayscale image is an image in which the value of each pixel is a single sample, that is, it carries the full (and only) information about its intensity.&lt;/P&gt;
&lt;P&gt;Grayscale is an image type that defines how the information in the image is to be stored and imaged. A grayscale image is sometimes referred to as an eight-bit image. This format is generally used for halftones because it stores the information for each pixel as a level of gray. There are 256 levels of gray in a halftone.&lt;/P&gt;
&lt;H3&gt;Requirements&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Images should be in grayscale mode&lt;/LI&gt;
&lt;LI&gt;Images should have a minimum resolution of 300 dpi&lt;/LI&gt;
&lt;LI&gt;Images should be tightly cropped&lt;/LI&gt;
&lt;LI&gt;If applicable please re-label your artwork with a font recommended by Elsevier and ensure it is an appropriate font size&lt;/LI&gt;
&lt;LI&gt;Save your image in TIFF format (or as JPEG, maximum quality)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="row"&gt;
&lt;DIV id="new_content_container_56610_56610" class="large-12 columns"&gt;
&lt;H2&gt;RGB images in TIFF/JPEG format&lt;/H2&gt;
&lt;P&gt;RGB images are made of three color channels (Red, Green, Blue). An 8-bit per pixel RGB image has 256 possible values for each channel which means it has over 16 million possible color values. RGB images with 8 bits per channel are sometimes called 24-bit images (8 bits x 3 channels = 24 bits of data for each pixel).&lt;/P&gt;
&lt;P&gt;RGB artwork should comply with the following requirements regardless of the software and hardware used in the process.&lt;/P&gt;
&lt;H3&gt;Requirements&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Images should be in RGB mode, preferably.&lt;/LI&gt;
&lt;LI&gt;Images should have a minimum resolution of 300 dpi.&lt;/LI&gt;
&lt;LI&gt;Images should be tightly cropped.&lt;/LI&gt;
&lt;LI&gt;If applicable please re-label your artwork with a font supported by Elsevier and ensure it is an appropriate font size.&lt;/LI&gt;
&lt;LI&gt;Save your image in TIFF format (or as JPEG, maximum quality).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Jan 2021 18:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/711740#M219296</guid>
      <dc:creator>Denali</dc:creator>
      <dc:date>2021-01-15T18:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to export JPEG or TIF/TIFF figure to meet journal requirement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/712571#M219715</link>
      <description>How do I remove the journal style? Noe all my graphs are black and white....</description>
      <pubDate>Wed, 20 Jan 2021 02:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/712571#M219715</guid>
      <dc:creator>Denali</dc:creator>
      <dc:date>2021-01-20T02:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to export JPEG or TIF/TIFF figure to meet journal requirement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/712631#M219746</link>
      <description>Take off style=journal. I suggest reading more documentation and googling what you need to do.</description>
      <pubDate>Wed, 20 Jan 2021 10:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-JPEG-or-TIF-TIFF-figure-to-meet-journal/m-p/712631#M219746</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-01-20T10:48:54Z</dc:date>
    </item>
  </channel>
</rss>

