<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bitmap2pp</title><link>https://sourceforge.net/p/dktools/wiki/bitmap2pp/</link><description>Recent changes to bitmap2pp</description><atom:link href="https://sourceforge.net/p/dktools/wiki/bitmap2pp/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 26 Jan 2024 21:21:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dktools/wiki/bitmap2pp/feed" rel="self" type="application/rss+xml"/><item><title>bitmap2pp modified by Dirk Krause</title><link>https://sourceforge.net/p/dktools/wiki/bitmap2pp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,119 +1,75 @@
 
-
+
-
+&lt;table width="100%"&gt;
 &lt;tbody&gt;
 &lt;tr&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxdkdraw%20manual/" title="wxdkdraw manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;
 &lt;td style="text-align: center;"&gt;&lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;&lt;/td&gt;
 &lt;td style="text-align: center;"&gt;&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
 &lt;/table&gt;

-#  wxd2lat — Convert wxdkdraw → PDF+TeX / EPS+TeX / PGF
+#  bitmap2pp — Convert PNG / JPEG / TIFF / NetPBM → PDF / EPS

 ## Description

-Wxd2lat converts wxdkdraw drawings to vector graphics formats used in LaTeX/pdfLaTeX environments.
+The program converts bitmap image files from PNG, JPEG, NetPBM and TIFF to PDF and PS/EPS.  In this text "bitmap image" refers to bitmap, graymap and pixmap images.

-*  Standalone images&lt;br/&gt;Wxd2lat can produce \*.tex files for direct pdflatex processing resulting in a standalone PDF file.
-*  Objects for inclusions in LaTeX documents&lt;br/&gt;Wxd2lat can produce \*.tex files or \*.tex/\*.pdf or \*.tex/\*.eps file pairs for inclusion in LaTeX documents.
+For each input file specified on the command line the program creates a corresponding output file with file name suffix ".pdf", ".eps", ".ps" or ".bb".

 ---

 ## Examples

-###    Produce PDF+TeX file pair for image
+###    Create PDF object

-To produce a PDF+TeX file pair (x.pdf and x.tex) from the x.wxd file:
+To create a PDF object screenshot.pdf for use with pdfLaTeX from file screenshot.png:

-~~~
-wxd2lat -lpdf x.wxd
-~~~
+   bitmap2pp -l pdf screenshot.png

-To include the image in a LaTeX document you want to process with pdflatex:
+###    Create EPS object

-~~~latex
-\begin{figure}%
-{\centering%
-\input{x.tex}\caption{My image}\label{fig:my-image}%
-}%
-\end{figure}
-~~~
+To create an EPS object screenshot.eps for use with LaTeX/dvips:

-###    Produce EPS+TeX file pair for image
+   bitmap2pp -l eps screenshot.png

-To produce a EPS+TeX file pair (x.eps and x.tex) from the x.wxd file:
+###    Create PDF document

-~~~
-wxd2lat -leps x.wxd
-~~~
+To create a PDF document file fax.pdf for printing from file fax.tif:

-To include the image in a LaTeX document you want to process with LaTeX/dvi&lt;i&gt;xxx&lt;/i&gt;
+   bitmap2pp -l pdf.document,paper=A4,duplex fax.tif

-~~~latex
-\begin{figure}%
-{\centering%
-\input{x.tex}\caption{My image}\label{fig:my-image}%
-}%
-\end{figure}
-~~~
+###    Create PS document

-###    Produce TeX file for image
+To create a PS document file fax.ps for printing, use PS language level 2:

-To produce a TeX file x.tex from the x.wxd file:
+   bitmap2pp -l ps.document,level=2,paper=A4,duplex fax.tif

-~~~
-wxd2lat -ltex x.wxd
-~~~
+###    Create PDF image

-To include the image in a LaTeX document:
+To create a PDF image file.pdf for standalone viewing from file file.png:

-~~~latex
-\begin{figure}%
-{\centering%
-\input{x.pgf}\caption{My image}\label{fig:my-image}%
-}%
-\end{figure}
-~~~
+   bitmap2pp -l pdf.image file.png

-In the preamble use
+###    Create PS image

-~~~latex
-\usepackage{pgfcore}
-~~~
+To create a PS image file file.ps from file.png for standalone viewing:

-###    Produce standalone PDF file
-
-To produce a standalone PDF file x.pdf from the x.wxd file:
-
-~~~
-wxd2lat -ltex x.wxd
-pdflatex x
-~~~
-
-Alternatively you can use
-
-~~~
-wxd2lat -lpdf x.wxd
-pdflatex x
-~~~
-
-instead.
+   bitmap2pp -l ps.image file.png

 ---

 ## Manual

-See the [wxd2lat manual] for detailed information.
-
+See the [bitmap2pp manual] for the full documentation of the program.

 
-
+
-
+&lt;table width="100%"&gt;
 &lt;tbody&gt;
 &lt;tr&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxdkdraw%20manual/" title="wxdkdraw manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;
 &lt;td style="text-align: center;"&gt;&lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;&lt;/td&gt;
 &lt;td style="text-align: center;"&gt;&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Krause</dc:creator><pubDate>Fri, 26 Jan 2024 21:21:33 -0000</pubDate><guid>https://sourceforge.nete70e59b77fb3461d1f67a330b79f62af55c59c0b</guid></item><item><title>bitmap2pp modified by Dirk Krause</title><link>https://sourceforge.net/p/dktools/wiki/bitmap2pp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,73 +1,119 @@
 
-
+
-
+
+&lt;table width="100%"&gt;
 &lt;tbody&gt;
 &lt;tr&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxdkdraw%20manual/" title="wxdkdraw manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;
 &lt;td style="text-align: center;"&gt;&lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: center;"&gt;&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
 &lt;/table&gt;

-#  bitmap2pp — Convert PNG/JPEG/TIFF/NetPBM → PDF/EPS
+#  wxd2lat — Convert wxdkdraw → PDF+TeX / EPS+TeX / PGF

 ## Description

-The program converts bitmap image files from PNG, JPEG, NetPBM and TIFF to PDF and PS/EPS.  In this text "bitmap image" refers to bitmap, graymap and pixmap images.
+Wxd2lat converts wxdkdraw drawings to vector graphics formats used in LaTeX/pdfLaTeX environments.

-For each input file specified on the command line the program creates a corresponding output file with file name suffix ".pdf", ".eps", ".ps" or ".bb".
+*  Standalone images&lt;br/&gt;Wxd2lat can produce \*.tex files for direct pdflatex processing resulting in a standalone PDF file.
+*  Objects for inclusions in LaTeX documents&lt;br/&gt;Wxd2lat can produce \*.tex files or \*.tex/\*.pdf or \*.tex/\*.eps file pairs for inclusion in LaTeX documents.

 ---

 ## Examples

-###    Create PDF object
+###    Produce PDF+TeX file pair for image

-To create a PDF object screenshot.pdf for use with pdfLaTeX from file screenshot.png:
+To produce a PDF+TeX file pair (x.pdf and x.tex) from the x.wxd file:

-   bitmap2pp -l pdf screenshot.png
+~~~
+wxd2lat -lpdf x.wxd
+~~~

-###    Create EPS object
+To include the image in a LaTeX document you want to process with pdflatex:

-To create an EPS object screenshot.eps for use with LaTeX/dvips:
+~~~latex
+\begin{figure}%
+{\centering%
+\input{x.tex}\caption{My image}\label{fig:my-image}%
+}%
+\end{figure}
+~~~

-   bitmap2pp -l eps screenshot.png
+###    Produce EPS+TeX file pair for image

-###    Create PDF document
+To produce a EPS+TeX file pair (x.eps and x.tex) from the x.wxd file:

-To create a PDF document file fax.pdf for printing from file fax.tif:
+~~~
+wxd2lat -leps x.wxd
+~~~

-   bitmap2pp -l pdf.document,paper=A4,duplex fax.tif
+To include the image in a LaTeX document you want to process with LaTeX/dvi&lt;i&gt;xxx&lt;/i&gt;

-###    Create PS document
+~~~latex
+\begin{figure}%
+{\centering%
+\input{x.tex}\caption{My image}\label{fig:my-image}%
+}%
+\end{figure}
+~~~

-To create a PS document file fax.ps for printing, use PS language level 2:
+###    Produce TeX file for image

-   bitmap2pp -l ps.document,level=2,paper=A4,duplex fax.tif
+To produce a TeX file x.tex from the x.wxd file:

-###    Create PDF image
+~~~
+wxd2lat -ltex x.wxd
+~~~

-To create a PDF image file.pdf for standalone viewing from file file.png:
+To include the image in a LaTeX document:

-   bitmap2pp -l pdf.image file.png
+~~~latex
+\begin{figure}%
+{\centering%
+\input{x.pgf}\caption{My image}\label{fig:my-image}%
+}%
+\end{figure}
+~~~

-###    Create PS image
+In the preamble use

-To create a PS image file file.ps from file.png for standalone viewing:
+~~~latex
+\usepackage{pgfcore}
+~~~

-   bitmap2pp -l ps.image file.png
+###    Produce standalone PDF file
+
+To produce a standalone PDF file x.pdf from the x.wxd file:
+
+~~~
+wxd2lat -ltex x.wxd
+pdflatex x
+~~~
+
+Alternatively you can use
+
+~~~
+wxd2lat -lpdf x.wxd
+pdflatex x
+~~~
+
+instead.

 ---

 ## Manual

-See the [bitmap2pp manual] for the full documentation of the program.
+See the [wxd2lat manual] for detailed information.
+

 
-
+
-
+
+&lt;table width="100%"&gt;
 &lt;tbody&gt;
 &lt;tr&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxdkdraw%20manual/" title="wxdkdraw manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;
 &lt;td style="text-align: center;"&gt;&lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: center;"&gt;&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Krause</dc:creator><pubDate>Fri, 26 Jan 2024 21:20:18 -0000</pubDate><guid>https://sourceforge.net23fa5bba452ddc615b05b4ce50ff575885007b0d</guid></item><item><title>bitmap2pp modified by Dirk Krause</title><link>https://sourceforge.net/p/dktools/wiki/bitmap2pp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,7 +3,6 @@
 
 &lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;
 &lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;
-&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;
 &lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;
 
 
@@ -68,7 +67,6 @@
 
 &lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;
 &lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;
-&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;
 &lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;
 
 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Krause</dc:creator><pubDate>Thu, 21 Dec 2023 17:39:29 -0000</pubDate><guid>https://sourceforge.netcc6d3be9c243568499bcd5c3449624fdc64bd0d2</guid></item><item><title>bitmap2pp modified by Dirk Krause</title><link>https://sourceforge.net/p/dktools/wiki/bitmap2pp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,2 +1,75 @@
+
+
+
+
+
+
+
+
+
+&lt;table width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: center;"&gt;&lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: center;"&gt;&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;

+#  bitmap2pp — Convert PNG/JPEG/TIFF/NetPBM → PDF/EPS

+## Description
+
+The program converts bitmap image files from PNG, JPEG, NetPBM and TIFF to PDF and PS/EPS.  In this text "bitmap image" refers to bitmap, graymap and pixmap images.
+
+For each input file specified on the command line the program creates a corresponding output file with file name suffix ".pdf", ".eps", ".ps" or ".bb".
+
+---
+
+## Examples
+
+###    Create PDF object
+
+To create a PDF object screenshot.pdf for use with pdfLaTeX from file screenshot.png:
+
+   bitmap2pp -l pdf screenshot.png
+
+###    Create EPS object
+
+To create an EPS object screenshot.eps for use with LaTeX/dvips:
+
+   bitmap2pp -l eps screenshot.png
+
+###    Create PDF document
+
+To create a PDF document file fax.pdf for printing from file fax.tif:
+
+   bitmap2pp -l pdf.document,paper=A4,duplex fax.tif
+
+###    Create PS document
+
+To create a PS document file fax.ps for printing, use PS language level 2:
+
+   bitmap2pp -l ps.document,level=2,paper=A4,duplex fax.tif
+
+###    Create PDF image
+
+To create a PDF image file.pdf for standalone viewing from file file.png:
+
+   bitmap2pp -l pdf.image file.png
+
+###    Create PS image
+
+To create a PS image file file.ps from file.png for standalone viewing:
+
+   bitmap2pp -l ps.image file.png
+
+---
+
+## Manual
+
+See the [bitmap2pp manual] for the full documentation of the program.
+
+
+
+
+
+
+
+
+
+
+&lt;table width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: left;"&gt;&lt;a href="../wxd2lat%20manual/" title="wxd2lat manual"&gt;← Previous&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: center;"&gt;&lt;a href="../Home/" title="Home"&gt;↑ Home&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: center;"&gt;&lt;a href="../Home/#programs" title="Programs list"&gt;↑ Programs&lt;/a&gt;&lt;/td&gt;&lt;td style="text-align: right;"&gt;&lt;a href="../bitmap2pp%20manual/" title="bitmap2pp manual"&gt;→ Next&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Krause</dc:creator><pubDate>Fri, 28 Jul 2023 20:06:56 -0000</pubDate><guid>https://sourceforge.netddf93c0d0c3d45e9306d9d0b588d2ea903ca3ba7</guid></item><item><title>bitmap2pp modified by Dirk Krause</title><link>https://sourceforge.net/p/dktools/wiki/bitmap2pp/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Krause</dc:creator><pubDate>Fri, 28 Jul 2023 18:38:07 -0000</pubDate><guid>https://sourceforge.netd85754defbe3020e35b3b9adaabf574b06fc733b</guid></item></channel></rss>