NetPbm: tools for manipulating images
10.27
Netpbm is a package of graphics programs and programming libraries. There are over 220 separate programs in the package, most of which have "pbm", "pgm", "ppm", or "pnm" in their names. For example, pnmscale and giftopnm. For example, you might use pnmscale to shrink an image by 10%. Or use pnmcomp to overlay one image on top of another. Or use pbmtext to create an image of text. Or reduce the number of colors in an image with ppmquant.
If you download the Setup program of the package, any requirements for running applications, such as dynamic link libraries (DLL's) from the dependencies as listed below under Requirements, are already included. If you download the package as Zip files, then you must download and install the dependencies zip file yourself. Developer files (header files and libraries) from other packages are however not included; so if you wish to develop your own applications, you must separately install the required packages.
Description | Download | Size | Last change | Md5sum | ||||
---|---|---|---|---|---|---|---|---|
• Complete package, except sources | Setup | 4399088 | 12 May 2005 | 999f5573b5ec84748fe6d678667a28eb | ||||
• Sources | Setup | 2020426 | 12 May 2005 | 5f7ddac0214979040a9b60fd24d25f69 | ||||
• Binaries | Zip | 3849261 | 12 May 2005 | 747f3067bd77533b4b6da2c8e73a5ff4 | ||||
• Dependencies | Zip | 393215 | 12 May 2005 | 9ff1d619e241e4ee3558a850440b26c0 | ||||
• Developer files | Zip | 129602 | 12 May 2005 | efea8ce0e29e754ff91020592cc6b96b | ||||
• Documentation | Zip | 2981517 | 12 May 2005 | 99a534a458c66dcb413ef8d654e73b04 | ||||
• Sources | Zip | 3652754 | 12 May 2005 | 2b0e998732c02e5893cb4e1c9489fb80 |
You can also download the files from the GnuWin32 files page.
You can monitor new releases of the port of this package.
Beginning with major version 10, NetPbm has only one dynamic link library (netpbm.dll) instead of 4 (pbm.dll, pnm.dll, pgm.dll, and ppm.dll). If a program needs any of the 4 old dll's, just copy netpbm.dll.
General Installation Instructions