Difference between revisions of "Dvipng"

From Free Software Directory
Jump to: navigation, search
(Update home and release)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=dvipng
 
|Name=dvipng
|Short description=PNG graphics from TeX DVI files
+
|Short description=PNG graphics from TeX DVI files.
 
|Full description='dvipng' makes PNG graphics from DVI files as obtained from TeX and its relatives. It is the fastest bitmap-rendering code for DVI files; on a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. Furthermore, it does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI. It supports PK and VF fonts, color specials, and more.
 
|Full description='dvipng' makes PNG graphics from DVI files as obtained from TeX and its relatives. It is the fastest bitmap-rendering code for DVI files; on a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. Furthermore, it does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI. It supports PK and VF fonts, color specials, and more.
|Homepage URL=http://savannah.nongnu.org/projects/dvipng/
+
|Homepage URL=https://www.nongnu.org/dvipng/
|User level=none
+
|Is High Priority Project=No
|Computer languages=C
+
|VCS checkout command=git clone git://git.savannah.nongnu.org/git/dvipng.git
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://sourceforge.net/p/dvipng/donate/
 
|Related projects=L2P,PNGwriter
 
|Related projects=L2P,PNGwriter
 
|Keywords=graphics,bitmap,latex,TeX,PNG,DVI,format conersion,VF,PK
 
|Keywords=graphics,bitmap,latex,TeX,PNG,DVI,format conersion,VF,PK
|Version identifier=1.14
+
|Version identifier=1.15
|Version date=2010/12/14
+
|Version date=2015/03/02
|Version status=beta
+
|Version status=stable
|Version download=http://download.savannah.gnu.org/releases/dvipng/dvipng-1.14.tar.gz
+
|Version download=https://download.savannah.gnu.org/releases/dvipng/dvipng-1.15.tar.gz
|Version comment=1.14 stable released 2010-12-14
+
|Last review by=Bendikker
|Last review by=Janet Casey
+
|Last review date=2019/01/10
|Last review date=2008-01-15
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
+
|User level=none
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://download.savannah.gnu.org/releases/dvipng/dvipng-1.15.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2003-08-26
 
|License verified date=2003-08-26
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2
+
|License=LGPLv3orlater
|License verified by=Janet Casey
+
|License verified by=Bendikker
|License verified date=2003-08-26
+
|License verified date=2019/01/10
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Jan-Ake Larsson
 
|Real name=Jan-Ake Larsson
 
|Role=Maintainer
 
|Role=Maintainer
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/dvipng
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.nongnu.org/projects/dvipng/
 +
}}
 +
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://sourceforge.net/tracker/?group_id=35101&atid=413016
+
|Resource URL=https://git.savannah.nongnu.org/cgit/dvipng.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/dvipng/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://download.savannah.gnu.org/releases/dvipng/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=General
|Resource kind=Mailing List Info/Archive
+
|Resource URL=https://sourceforge.net/projects/dvipng/
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/preview-latex-bugs
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=General
|Resource kind=Mailing List Info/Archive
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=http://lists.sourceforge.net/mailman/listinfo/preview-latex-devel
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Documentation-tool=latex, tex, texinfo
 
|Documentation-tool=latex, tex, texinfo
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Text-creation=documentation-tool
 
|Text-creation=documentation-tool
 
|Use=text-creation
 
|Use=text-creation
Line 55: Line 73:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=libgd
+
|Prerequisite description=[[libgd]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=kpathsea
+
|Prerequisite description=[[kpathsea]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=texinfo (for building documentation)
+
|Prerequisite description=[[texinfo]] (for building documentation)
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 06:02, 10 January 2019


[edit]

dvipng

https://www.nongnu.org/dvipng/
PNG graphics from TeX DVI files.

'dvipng' makes PNG graphics from DVI files as obtained from TeX and its relatives. It is the fastest bitmap-rendering code for DVI files; on a fairly low-end laptop, it takes less than a second to generate 150 one-formula images. Furthermore, it does not read the postamble, so it can be started before TeX finishes. There is a -follow switch that makes dvipng wait at EOF for further output, unless it finds the POST marker that indicates the end of the DVI. It supports PK and VF fonts, color specials, and more.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

10 January 2019




Leaders and contributors

Contact(s)Role
Jan-Ake Larsson Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://sourceforge.net/projects/dvipng/
Downloadhttps://download.savannah.gnu.org/releases/dvipng/
Mailing Listhttps://lists.nongnu.org/mailman/listinfo/dvipng/
Savannah (Ref)https://savannah.nongnu.org/projects/dvipng/
Debian (Ref)https://tracker.debian.org/pkg/dvipng
Generalhttps://savannah.gnu.org/people/
VCS Repository Webviewhttps://git.savannah.nongnu.org/cgit/dvipng.git/


Software prerequisites

KindDescription
Weak prerequisitetexinfo (for building documentation)
Required to usekpathsea
Required to uselibgd




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.
























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.