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
Age
Commit message (
Expand
)
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
...
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
2024-08-04
Make `maxval` argument optional
Masaya Tojo
2024-08-04
Add 'Downloading Code with Git' section to README.md
Masaya Tojo
2024-08-04
Fix section name in README.md
Masaya Tojo
2024-08-04
Add 'Usage' section to README.md
Masaya Tojo
2024-08-04
Remove the ability to pass bytevector directly to make-*-image
Masaya Tojo
2024-08-04
Check the length of the given bytevector
Masaya Tojo
2024-08-04
Export `pnm-parse-error?` procedure
Masaya Tojo
2024-08-04
Refactor to add pnm-parse-error procedure
Masaya Tojo
2024-08-04
Fix error messages
Masaya Tojo
2024-08-04
Add a blank line in pnm/pgm.scm
Masaya Tojo
2024-08-04
Support (srfi 151) in cond-expand to improve portability in pbm.scm
Masaya Tojo
2024-08-04
Add custom exceptions for improved error handling in the parsing process
Masaya Tojo
2024-08-04
Support writing plain PNM formats
Masaya Tojo
2024-08-04
Fix behavior of `read-number` on error
Masaya Tojo
2024-08-04
Support reading P1, P2, and P3 formats
Masaya Tojo
2024-08-03
Fix read-whitespaces behavior
Masaya Tojo
2024-08-03
Fix newline? and whitespace? definition
Masaya Tojo
2024-08-03
Support PBM format
Masaya Tojo
2024-08-03
Rename local variables from getter/setter to pixel-getter/pixel-setter
Masaya Tojo
2024-08-03
Add licence header
Masaya Tojo
2024-08-03
Split pnm/pgm.scm and pnm/ppm.scm to organize interfaces
Masaya Tojo
2024-08-03
Initial commit
Masaya Tojo