This commit is contained in:
2026-02-13 14:42:07 -08:00
parent 6a485b6ad9
commit deb33eb352
670 changed files with 55968 additions and 51275 deletions

View File

@@ -127,7 +127,6 @@ int main(int argc, const char * argv[]) {
printf("image specs: (%d x %d), %d bpp, pixel type: %d\n", png.getWidth(), png.getHeight(), png.getBpp(), png.getPixelType());
png.setBuffer((uint8_t *)malloc(png.getBufferSize()));
rc = png.decode(NULL, 0); //PNG_CHECK_CRC);
printf("decode returned: %d\n", rc);
i = 1;
pPalette = NULL;
switch (png.getPixelType()) {