From 831e793851d6a3be1b3fb0e6050af84715618aca Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 3 Aug 2024 13:20:42 +0900 Subject: Initial commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..928f8fa --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# R7RS-PNM + +R7RS-PNM is a R7RS library for handling PNM (Portable Any Map) files, +providing functionality for reading and writing PNM files,as well as +accessing and modifying pixel data. + +## license + +This library is released under the LGPLv3+ License. +See the COPYING and COPYING.LESSER files for more details. + +## Copyright + +Copyright (c) 2024 Masaya Tojo -- cgit v1.2.3