aboutsummaryrefslogtreecommitdiff
path: root/pnm.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-08 01:07:32 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-08 01:07:32 +0900
commiteea3a41609ab2ac72d19166812e01213de3b0bc3 (patch)
treeeeca387f7e318fa866798704146d51270451db7f /pnm.scm
parentf771fb288ff62d761fcf43e0815a9b2a482db7b4 (diff)
Rename procedures from image-pixel-ref/set! to image-ref/set!
Diffstat (limited to 'pnm.scm')
-rw-r--r--pnm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnm.scm b/pnm.scm
index c20fec5..5ccf8c5 100644
--- a/pnm.scm
+++ b/pnm.scm
@@ -25,8 +25,8 @@
image-width
image-height
image-maxval
- image-pixel-ref
- image-pixel-set!
+ image-ref
+ image-set!
image-read
pnm-parse-error?
image-write)