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-04 | Make `maxval` argument optional | 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 | Add a blank line in pnm/pgm.scm | Masaya Tojo |
2024-08-03 | Rename local variables from getter/setter to pixel-getter/pixel-setter | 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 |