Hi,
I would like to announce a new GNU APL feature: ⎕PNG
PNG stands for "Portable Network Graphics" and is a file format,
standardized
in RFC 2083, for (still) images that is, among several other use
cases, also
directly understood by web
/Very/ cool!
On 9/21/22 07:49, Dr. Jürgen Sauermann wrote:
Hi,
I would like to announce a new GNU APL feature: ⎕PNG
PNG stands for "Portable Network Graphics" and is a file format,
standardized
in RFC 2083, for (still) images that is, among several other use
cases, also
directly understood
There are two comments that start with "/" rather than "//"
Xtian.
Quad_PNG.cc:865:1: error: expected unqualified-id before ‘/’ token
865 |
/
| ^
Quad_PNG.cc:886:1: error: expected unqualified-id before ‘/’ tok
Hi Christian,
thanks, fixed in SVN 1590.
Best Regards,
Jürgen
On 9/21/22 8:04 PM, Christian Robert
wrote:
There
are two comments that start with "/" rather than "//"
Xtian.