index
:
r7rs-pnm.git
main
Library for reading and writing PNM (Portable Any Map) files for R7RS
Masaya Tojo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
main
Add CHANGELOG.md file
Masaya Tojo
11 months
Tag
Download
Author
Age
v1.0.0
commit d095d1c0fd...
Masaya Tojo
11 months
Age
Commit message
Author
2024-08-10
Add CHANGELOG.md file
HEAD
v1.0.0
main
Masaya Tojo
2024-08-10
Add `image-format` prefix to library name
Masaya Tojo
2024-08-10
Rename procedures from `image-*` to `pnm-image-*`
Masaya Tojo
2024-08-09
Add `unsafe?` option for image creation procedures
•••
- Add (private bitwise) module and use it - Add (private checker) module and use it - Add (private double-byte) module and use it
Masaya Tojo
2024-08-08
Rename procedures from image-pixel-ref/set! to image-ref/set!
Masaya Tojo
2024-08-07
Rename procedures from image-pixel-read/write! to image-pixel-ref/set!
Masaya Tojo
2024-08-07
Rename procedures from image-ref/set! to image-pixel-read/pixel-write!
Masaya Tojo
2024-08-07
Raneme procedures from pixel-setter/getter to pixel-writer/reader
Masaya Tojo
2024-08-06
Change return value of (image-maxval pbm-image) from 1 to `#t`
Masaya Tojo
2024-08-05
Fix README.md
Masaya Tojo
[...]