aboutsummaryrefslogtreecommitdiff
path: root/pnm/ppm.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-04Make `maxval` argument optionalMasaya 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-04Fix error messagesMasaya Tojo
2024-08-03Rename local variables from getter/setter to pixel-getter/pixel-setterMasaya Tojo
2024-08-03Split pnm/pgm.scm and pnm/ppm.scm to organize interfacesMasaya Tojo
2024-08-03Initial commitMasaya Tojo