mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
450 B
Plaintext
11 lines
450 B
Plaintext
The bitmap program is a rudimentary tool for creating or editing
|
|
rectangular images made up of 1's and 0's. Bitmaps are used in X for
|
|
defining clipping regions, cursor shapes, icon shapes, and tile and
|
|
stipple patterns.
|
|
|
|
The bmtoa and atobm filters convert bitmap files to and from ASCII
|
|
strings. They are most commonly used to quickly print out bitmaps and
|
|
to generate versions for including in text.
|
|
|
|
This is from the modular X.org X11 project.
|