Short: NetPBM 9.6 source Author: Jarmo Laakkonen (jami.laakkonen@kolumbus.fi) Uploader: Jarmo Laakkonen (jami laakkonen kolumbus fi) Type: gfx/pbm Architecture: generic A whole bunch of utilities for primitive manipulation of graphic images. Includes a wide array of converters from one graphics format to another. For example, from g3 fax format to jpeg. Also, many basic graphics editing tools such as magnifying and cropping. This is a successor to Jef Poskanzer's PBMPlus package, and gathers tools by many people from many places. This is a quick WarpOS port. If there is enough interest, I will compile an m68k version too. Changes in Release 9.6 Add pnmtofiasco, fiascotopnm, psnpsnr. Thank to Ullrich Hafner. Make Pnmcrop use a temporary file instead of huge amounts of memory. bmptoppm: fix crash when OS/2 BMP file has > 8 bits per pixel. anytopnm: fix bug (from 9.0) wherein program almost always crashed. Add gzip, bzip, bzip2 capability. Thanks Charles Howes. parallel.c: Work around SunOS libc problem. Define some newer libtiff macros so it compiles against older libtiff. Changes in Release 9.5 Extend formats to allow multiple images per file. Add -allimages option to pnmfile. Add pnmsplit. Extend pnmtops. Add pbmtowbmp, wbmptopbm. Thanks Terje Sannum. ppmtobmp: Add 24 bit (truecolor) capability. pnmcut: easier, more expressive syntax for specifying what to cut. pnminterp: handle maxval != 255, convert to use Netpbm libraries. Translate pstopnm from Csh to C, eliminate dependency on the 'bc' program. Fix bug in tiff library build which caused null soname. Add optParseopt2() to shhopt.a so you can use long options with one hyphen instead of two. giftopnm: fix bug with variable used before set. Fix bug (coding error -- 0=>i). Unknown impact. bmptoppm: fix bug with 24 bit (truecolor) Windows BMPs. xwdtopnm: fix one more bug with bits_per_item <> bits_per_pixel. Fix ppmtompeg build bug with static libraries. Make build clean with gcc -ansi (albeit with some files that need extensions declaring the _BSD_SOURCE etc.).