aboutsummaryrefslogtreecommitdiff
path: root/pnm/pbm.scm
AgeCommit message (Collapse)Author
2024-08-10Rename procedures from `image-*` to `pnm-image-*`Masaya Tojo
2024-08-09Add `unsafe?` option for image creation proceduresMasaya Tojo
- Add (private bitwise) module and use it - Add (private checker) module and use it - Add (private double-byte) module and use it
2024-08-07Rename procedures from image-pixel-read/write! to image-pixel-ref/set!Masaya Tojo
2024-08-07Raneme procedures from pixel-setter/getter to pixel-writer/readerMasaya Tojo
2024-08-06Change return value of (image-maxval pbm-image) from 1 to `#t`Masaya Tojo
2024-08-04Remove the ability to pass bytevector directly to make-*-imageMasaya Tojo
2024-08-04Check the length of the given bytevectorMasaya Tojo
2024-08-04Support (srfi 151) in cond-expand to improve portability in pbm.scmMasaya Tojo
2024-08-03Support PBM formatMasaya Tojo