png
clip2png 2
clip2png is a native java utility that easily saves your current clipboard image. more>>
No setup or configuration required - just run the jar!
pypng 0.0.9
Python PNG encoder/decoder more>>
Requirements: Python
a2png 0.1.5
a2png is a UNIX program that converts plain text into PNG images. more>>
a2png is written in C and distributed under the GNU General Public License v2.
Example:
The last image below was generated with the following command:
$ head -80 a2png.c | tail -40 | a2png --crop - --font-size=0.015 --size=800x800 -v --overwrite
output format: PNG ARGB32
output dimension: 800x800 pixels
reading standard input
cropping output image to 456x480 pixels
writing stdin.png
Enhancements:
- When using --html-input with non-jp2a formatted files, fall back on textfile parsing.
eq2png 0.01
eq2png is a simple Perl script to make it painless to produce Portable Network Graphic (PNG) images for OpenOffice Impress. more>>
Suppose you had a LaTeX snippet in a file named example-equation.tex: To produce the PNG image of this with black foreground and transparent background (the default), youd type:
eq2png example-equation.tex
INSTALLATION:
Youll need ImageMagick, dvips, and Perl.
Just copy the script somewhere into your path, and create a config file if you dont
like the default behavior.
EXAMPLE USAGE:
1) Produce an image of a equation at the command line:
eq2png int{a + b} = c -o intergral.png
If you dont specify an output file, it will default to eq.png
If you add the -b flag, it will make your equation bold (or try to). This is nice for presentations (where sometimes
thin lines dissapear).
2) Produce an image of .tex file snippet. The .tex file should only contain LaTeX code
code you want rendered (not preamble or other such stuff, which gets wrapped around your snippet).
For example, a file equation.tex might include one line, sum_{a}^b = x!.
You can then produce an image of this in the following way:
eq2png equation.tex #defaults to producing a png file with the same name, i.e., equation.png
or,
eq2png equation.tex -o outputfile.png #produce a png file with the name outputfile.png
NOTE: eq2png will only assume a filename is a .tex snippet if it ends in ".tex". So,
eq2png equation.eq
will produce a png image of the string equation.eq (probably not what you want).
To specify that the string is a filename, use the -f flag, e.g.,
eq2png -f equation.eq -o outputfile.png
NOTE: if you want to include LaTeX macros in your equations, just place a file named macros.tex (or symlink)
in your working directory. It will be included in the .tex code generated to produce your png file.
NOTE: if you need to include special LaTeX packages, see the config file stuff below.
pngnq 0.4.1
pngnq quantizes PNG images to 8-bit palette mode with alpha channel support. more>>
This is a variant on Greg Roelfs pngquant program, using the Neuquant algorithm by Anthony Dekker instead of a median cut filter.
pngnq has been tested on a range of images, and produces nice results.
Enhancements:
- A -n option was added for choosing the number of colours to quantize to.
- A -V option was added for printing version info.
- A bug that caused only 3/4 of pixels to be scanned was fixed.
- Quantized images should now be more accurate.
- A simple image comparison program was added.
Pytexipng 0.1
Pytexipng provides a LaTeX formula converter to png images using a nice GTK gui. more>>
Pytexipng can convert a LaTeX formula into a png image file that can be used on any WYSIWYG word processor application as OpenOffice.org Writer, Abiword or KWord.
Pngcrush 1.7.0
Pngcrush 1.7.0 is yet another extremely useful utility for everyone. It is actually an optimizer for PNG (Portable Network Graphics) files more>>
Pngcrush 1.7.0 is yet another extremely useful utility for everyone. It is actually an optimizer for PNG (Portable Network Graphics) files. It can be run from a commandline in an MSDOS window, or from a UNIX or LINUX commandline.
Its main purpose is to reduce the size of the PNG IDAT datastream by trying various compression levels an PNG filter methods. It also can be used to remove unwanted ancillary chunks, or to add certain chunks including gAMA, tRNS, iCCP, and textual chunks.
Please note that when statically linked to the supplied zlib code, this script is believed to be immune to the zlib-1.1.3 "double-free" bug, since by default it detects and rejects any "double-free" attempt. It merely generates a "Decompression Error" message and rejects the file.
Enhancements: Jul 18 2009
- Save (but do not recompress) APNG chunks if the output file has the ".apng" extension and the color_type and bit_depth are not changed.
pngcheck 2.3.0
pngcheck is the official PNG tester and debugger. more>>
For example, it can be used to print the basic statistics about an image (dimensions, bit depth, etc.); to list the color and transparency info in its palette (assuming it has one); or to extract the embedded text annotations.
All PNG and JNG chunks are supported, plus almost all MNG chunks (everything but PAST, MAGN, DISC, DROP, DBYK, ORDR, and pHYg). This is a command-line program with batch capabilities (e.g., "pngcheck *.png").
Enhancements:
- This version adds an option to colorize the output (using ANSI colors), enhances the verbose output for interlaced images, and fixes three bugs that showed up in the most recent release of the brokensuite test images.
PNG Plug-In 1.1.6
PNG plug-in provides Portable Network Graphics (PNG) file load & save modules for The GIMP. more>>
Using the PNG Plug-In:
Figure 1 shows the PNG save options window.
The Interlace toggle button selects interlaced output.
The Compression Level slider controls how much compression is applied to the image (0 = none, 9 = maximum).
Sixlegs PNG Library 2.0 RC6
Sixlegs PNG Library is a Java 1.1-compatible PNG decoder which features full compliance with the latest PNG specification. more>>
Sixlegs PNG Library supports all valid bit depths (grayscale/color), interlacing, palette-indexed images, alpha/transparency, gamma correction, access to all standard chunk data, private chunk handling, progressive display, and more.
Main features:
- Java 1.1 and 1.2-compatible PNG decoders.
- Licensed under the GPL with library exception.
- Full conformance with the latest PNG specification
- Support for all chunk types.
- Simple private chunk handling.
Enhancements:
- Mostly minor bugfixes related to code coverage improvements.
rpng/rpng2/wpng 20070602
rpng/rpng2/wpng are the demo programs that accompany OReillys PNG: The Definitive Guide. more>>
rpng is a simple file viewer with the ability to set a background color when displaying transparent PNGs.
rpng2 is a progressive PNG viewer, designed to work like a web browser (though it contains no network code); it can generate a background image when displaying transparent PNGs.
wpng is a simple converter from NetPBM to PNG format; in most respects it is much more limited than pnmtopng, but it supports interactive entry of PNG text annotations and will generate noninterlaced PNGs on the fly (rather than buffering the entire image first like pnmtopng).
The viewers include simple front ends for both X and Win32; the converter is a command-line app that compiles on Unix, Windows, and probably other platforms.
Png2ico for Linux 20021208
Png2ico,converting PNG files to Windows icon resource files. more>> Converts PNG files to Windows icon resource files. If youre looking for a program to create a favicon.ico for your website, look no further.
The program is extremely simple to use. To create a favicon.ico that contains a logo in the resolutions 16x16 and 32x32 (an icon can contain multiple images of different sizes, but a single 16x16 image is enough for a favicon), you would use a command like the following: png2ico favicon.ico logo16x16.png logo32x32.png.<<less
libpng 1.2.19 / 1.2.20 Beta 01
libpng (PNG library) is a collection of routines used to create and manipulate PNG format graphics files. more>>
The PNG file format was designed as a replacement for GIF and, to a lesser extent, TIFF, with many improvements and extensions.
Whats New in 1.2.19 Stable Release:
- A major rewrite of pnggccrd.c was done.
- It now works on 64-bit platforms.
Whats New in 1.2.20 Beta 01 Development Release:
- Fixed problem compiling pnggccrd.c with Intel Mac
- Reverted new test for uninitialized row that is not working
- Added PNG_NO_ERROR_TEXT feature.
a2ping.pl 2.77p
a2ping.pl is a tool to convert between PS, EPS, and PDF and other page description formats. more>>
a2ping is a Unix command line utility that converts many raster image and vector graphics formats to EPS or PDF and other page description formats.
Accepted input file formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF, PNM, BMP, GIF, LBM, XPM, PCX, and TGA.
Accepted output formats are: EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, and XPM. a2ping delegates the low-level work to Ghostscript (GS), pdftops, and sam2p.
Only the first page of PDF and PS files are converted.
Pharago 1.0
Pharago provides a nice Gnome (GTK+) theme. more>>
Pharago is a mix of Gonxical for the style and Gnursid for the colours.
There is an alternative menubar for blended window manager themes :
Copy menubar-4blending.png to menubar.png to setup the new menubar
(copy menubar-default.png to menubar.png to get the default one back)
Clearlooks is an engine and it is easy to configure it to have different colour variations I suppose. Pharago is based on Gonxical just like Clarity is (pixmap themes) and it takes more time to change the colours because many pixmaps need to be redesigned !