[comp.sys.amiga] New version of PBMPLUS released.

jef@well.UUCP (Jef Poskanzer) (11/23/89)

A new version of my image conversion / manipulation package is now
ready.

The beta-test version released on 13sep89 brought in a fair number of
bug reports, so this version should be pretty solid.  Also, I've made
some improvements in the area of handling extremely large files:
ppmscale, pnmcat, and pnmflip all operate line-by-line now, instead of
reading in the whole image.  This is mostly the result of one night
spent playing with a 4100x4100 grayscale image of the moon.

Aside from that, the big changes are:
    tifftopbm became tifftopgm, because it now handles grayscale.  It
      also handles both byte orders now.
    The PostScript and X bitmap converters go three times as fast.
    Added picttopbm.
    g3topbm now works, thanks to Paul Haeberli, plus he added pbmtog3.
    The Sun rasterfile converters will now compile on non-Suns, and
      no longer have byte-order problems.
See the CHANGES file for a more complete list.

I've sent shar files off to the comp.sources.misc moderator.  They will
probably show up pretty soon, he tends to give quick turnaround.

For those on the Internet, the package is available via FTP as:
    expo.lcs.mit.edu:contrib/pbmplus.tar.Z
    ftp.ee.lbl.gov:pbmplus.tar.Z
For the MILNET folks who still don't have name servers, the IP addresses
are:
    expo.lcs.mit.edu		18.30.0.212
    ftp.ee.lbl.gov		128.3.254.68
Don't forget to set binary mode when you retrieve it, and please don't
FTP during working hours (9 am to 6 pm).  This version will probably
also show up in the X.V11R4 release -- I'm pretty sure I met all their
requirements.

I have appended a list of all the formats currently supported.  Enjoy.
---
Jef

  Jef Poskanzer  jef@well.sf.ca.us  {ucbvax, apple, hplabs}!well!jef
      You are in a maze of twisted image formats, all different.

- - - - - - - - - -

PBM handles the following formats:

    Sun icon file				reading	writing
    Sun raster file				reading	writing
    X10 and X11 bitmap file			reading	writing
    MacPaint					reading	writing
    CMU window manager format			reading	writing
    MGR format					reading	writing
    Group 3 FAX					reading	writing
    X11 window dump file			reading	writing
    X10 window dump file			reading
    Xerox doodle brushes			reading
    GEM .img format				reading
    PC paintbrush (.pcx) format			reading
    PICT					reading
    ASCII graphics					writing
    HP LaserJet format					writing
    GraphOn graphics					writing
    BBN BitGraph graphics				writing
    Printronix format					writing

PGM handles the following formats:

    TIFF					reading
    Usenix FaceSaver file			reading
    HIPS					reading
    FITS					reading	writing
    PostScript "image" data			reading
    raw grayscale bytes				reading
    Encapsulated PostScript				writing

PPM handles the following formats:

    color Sun raster file			reading	writing
    GIF						reading	writing
    Amiga IFF ILBM				reading	writing
    color X11 window dump file			reading	writing
    color X10 window dump file			reading
    MTV ray-tracer output			reading
    QRT ray-tracer output			reading
    TrueVision Targa file			reading
    Img-whatnot file				reading
    color Encapsulated PostScript			writing