Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / fbm / DESCR
blob50008bfd84b5df38d738cfd0ed7e21aca3d58719
1 The Fuzzy BitMap tools.  (Adapted directly from the FreeBSD Ports
2 system.)
4 This package provides a set of UNIX filter commands which perform
5 image-processing steps, and can read and write multiple formats.
6 A NOP filter, fbcat, can be used to perform format conversions.  Similar
7 to netpbm or urt.  The key reason that I wanted fbm is because fbm can
8 deal with IFF FORM ILBM files, while other tools at my disposal cannot.
10 Two caveats:
12 I left in FreeBSD patches that keep fbm from using standard graphics
13 libraries.  If, like me, you only use fbm to import an odd file or two,
14 then uninstall, then you might appreciate not needing to install
15 various graphics libraries.
17 There seems to be some buggy code for emitting ILBM's.  IFF requires
18 that all chunks be padded to 16-bit boundaries; this also applies to
19 each scanline of each bitplane in FORM ILBM.  It appears that fbcat
20 (at least) fails to properly handle this padding on at least one
21 case of reading or writing ILBM files.  (This isn't a problem if
22 the ILBM width is a multiple of 16.)