We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aad1db commit e26770dCopy full SHA for e26770d
docs/context.md
@@ -55,8 +55,8 @@ enum spng_format
55
SPNG_FMT_G8 = 64,
56
57
/* No conversion or scaling */
58
- SPNG_FMT_PNG = 256, /* host-endian */
59
- SPNG_FMT_RAW = 512 /* big-endian */
+ SPNG_FMT_PNG = 256,
+ SPNG_FMT_RAW = 512 /* big-endian (everything else is host-endian) */
60
};
61
```
62
!!! note
spng/spng.h
@@ -177,8 +177,8 @@ enum spng_format
177
178
179
180
181
182
183
184
enum spng_ctx_flags
0 commit comments