We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa6c68 commit f6e4805Copy full SHA for f6e4805
src/mezz/codec-image-ext.reb
@@ -10,7 +10,7 @@ REBOL [
10
]
11
12
if find codecs 'png [
13
- extend codecs/png 'size2? func ["Return PNG image size or none" bin [binary!]][
+ extend codecs/png 'size? func ["Return PNG image size or none" bin [binary!]][
14
if all [
15
parse bin [
16
#{89504E470D0A1A0A} ;- PNG magic number
0 commit comments