<?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 do you plot a bitmap? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842074#M60043</link>
    <description>Thanks,&lt;BR /&gt;I looked at your code and documentation - but couldn't see anything about plotting a bitmap.&lt;BR /&gt;I want to write to a file using HP commands, then send the file to the plotter.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David</description>
    <pubDate>Tue, 30 Jul 2002 16:54:46 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2002-07-30T16:54:46Z</dc:date>
    <item>
      <title>How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842072#M60041</link>
      <description>I have displayed a bitmap on the screen using the StretchBlt command.&lt;BR /&gt;I now want to send the bitmap to an HP plotter using HP RTL commands.  Has anyone done this and has an example of how to do it?&lt;BR /&gt;I have sent lines to the HP plotter using SP,PU &amp;amp; PD HP-GL commands in the past&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David</description>
      <pubDate>Tue, 30 Jul 2002 14:24:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842072#M60041</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-07-30T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842073#M60042</link>
      <description>Mhm, I'm not quite familiar with that plotter stuff, but GDI is supposed to encapsulate HP-GL if appropriate driver is present. The printing routines (GDI) I wrote once did work flawlessly on HP and Epson plotters too.&lt;BR /&gt;&lt;BR /&gt;Take a look at &lt;A href="http://www.geocities.com/jdujic/fortran/xft/xfthome.htm"&gt;XFTGDI&lt;/A&gt;. Does it work on a plotter? (Take care not to specify large paper format - if you forget, send me the paper so I can use it as an ad poster :-))</description>
      <pubDate>Tue, 30 Jul 2002 14:49:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842073#M60042</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-07-30T14:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842074#M60043</link>
      <description>Thanks,&lt;BR /&gt;I looked at your code and documentation - but couldn't see anything about plotting a bitmap.&lt;BR /&gt;I want to write to a file using HP commands, then send the file to the plotter.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David</description>
      <pubDate>Tue, 30 Jul 2002 16:54:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842074#M60043</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-07-30T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842075#M60044</link>
      <description>Yes, my point was that you can treat the plotter as a printer and do a StretchBlt to its DC (XPlaceBitmap and XBitCopy are wrappers around StretchBlt). However, if you really have to write to file using HP-GL, well... you're on your own.&lt;BR /&gt;&lt;BR /&gt;Jugoslav</description>
      <pubDate>Tue, 30 Jul 2002 17:09:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842075#M60044</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-07-30T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842076#M60045</link>
      <description>Thanks,&lt;BR /&gt;Looks as if I'm on my own, unless anyone else can help.&lt;BR /&gt;I wanted to use HPGL commands as that is how I plot my vectors.&lt;BR /&gt;I could change all my plotting... but not yet.&lt;BR /&gt;Regards,&lt;BR /&gt;David</description>
      <pubDate>Tue, 30 Jul 2002 18:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842076#M60045</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-07-30T18:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842077#M60046</link>
      <description>You may be able to OPEN the plotter as a file with FILE='network_address', where network_address is in the form serverprinter (assuming this is a Windows network). After that, use WRITEs or PRINTs to send your HPGL commands to the plotter one at a time. CLOSE the "file" once you're done plotting.&lt;BR /&gt;&lt;BR /&gt;I seem to recall doing something similar once, but it's been a while.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 30 Jul 2002 18:43:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842077#M60046</guid>
      <dc:creator>durisinm</dc:creator>
      <dc:date>2002-07-30T18:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842078#M60047</link>
      <description>If your program uses a graphics language such as HP-GL, look at &lt;A href="http://www.compaq.com/fortran/examples/Fortran_WinPrintDirect.f90"&gt;Fortran_WinprintDirect.f90&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 30 Jul 2002 22:53:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842078#M60047</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-07-30T22:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842079#M60048</link>
      <description>Steve,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;But how do I use this to plot a bitmap.&lt;BR /&gt;Do you have an example of the call.&lt;BR /&gt;The first parameter is a unit - a file - this cannot be the bitmap?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David</description>
      <pubDate>Thu, 01 Aug 2002 14:40:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842079#M60048</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-08-01T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842080#M60049</link>
      <description>You said that in the past you sent HP-GL commands to the plotter.  Well, I told you how you can send HP-GL commands - you write them to a file and then call the routine in Fortran_WinPrintDirect.&lt;BR /&gt;&lt;BR /&gt;If you want to render a bitmap to a page and print that, I don't have ready code for that purpose.  If you look at the Win32 SDK documentation on using printers, there is a C sample that prints a bitmap - if you study that and look at Fortran_WinPrint, you should be able to work it out.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 01 Aug 2002 21:10:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842080#M60049</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-08-01T21:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842081#M60050</link>
      <description>Sending the file to the plotter is not a problem.&lt;BR /&gt;The problem is creating the HP-GL file from the Bitmap.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David</description>
      <pubDate>Thu, 01 Aug 2002 21:35:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842081#M60050</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-08-01T21:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842082#M60051</link>
      <description>&lt;DIV&gt;Just dropping in to say I have been greatly disappointed with the response you were getting from Intel. I have the same need and I have been unable to get the info I need. I want to write files in HP-RTL to go direct to large format HP DesignJet plotters. I typically have 42 inch by severa feet plots. HP and Intel have been no help.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you get this reply, let me know.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Ralph Baird&lt;/DIV&gt;
&lt;DIV&gt;Houston Texas ralph@bairdpetro.com&lt;/DIV&gt;</description>
      <pubDate>Sun, 05 Sep 2004 01:20:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842082#M60051</guid>
      <dc:creator>ralphbaird</dc:creator>
      <dc:date>2004-09-05T01:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842083#M60052</link>
      <description>Ralph,&lt;BR /&gt;&lt;BR /&gt;I'm sorry to hear you are disappointed in Intel's support, but our technical support does not extend to tutorials on programming.  &lt;BR /&gt;&lt;BR /&gt;I don't know HP-RTL, but if it is anything like HP-GL, in that it is a series of text commands, the Fortran-WinPrintDirect.f90 example code should do what you want.</description>
      <pubDate>Sun, 05 Sep 2004 02:11:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842083#M60052</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-09-05T02:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842084#M60053</link>
      <description>&lt;P&gt;The Link &lt;A href="http://www.compaq.com/fortran/examples/Fortran_WinPrintDirect.f90"&gt;&lt;FONT color="#0860a8"&gt;Fortran_WinprintDirect.f90&lt;/FONT&gt;&lt;/A&gt;is not true. Please post the correct one.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2007 23:16:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842084#M60053</guid>
      <dc:creator>mwehle</dc:creator>
      <dc:date>2007-02-28T23:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842085#M60054</link>
      <description>&lt;P&gt;How do you create the bitmap? If you draw it on a device context, then you must use drawing commands.&lt;BR /&gt;Why not, for each drawing command, duplicate its equivalent in HP-GL commands, or wahtever,at the same time and copy them to a file?&lt;/P&gt;
&lt;P&gt;Or how about trying SPLOT, see here &lt;A href="http://www.swplot.com/splot.htm"&gt;http://www.swplot.com/splot.htm&lt;/A&gt;?&lt;BR /&gt;(P.S. I have no experience of it, but it came up when I used Google to search fro 'HP RTL'.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2007 09:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842085#M60054</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2007-03-01T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot a bitmap?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842086#M60055</link>
      <description>Google is your friend: &lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/Fortran/fortran_WinPrintDirect_f90.htm"&gt;&lt;FONT color="#0860a8"&gt;Fortran_WinprintDirect.f90&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2007 10:44:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-you-plot-a-bitmap/m-p/842086#M60055</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2007-03-01T10:44:10Z</dc:date>
    </item>
  </channel>
</rss>

