Age | Commit message (Expand) | Author |
---|---|---|
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-07 | Rename procedures from image-pixel-read/write! to image-pixel-ref/set! | 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-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 | Support (srfi 151) in cond-expand to improve portability in pbm.scm | Masaya Tojo |
2024-08-03 | Support PBM format | Masaya Tojo |