Initial checkin of v115 - 1 important bugfix, few minor bugfixes, cmake support, merged a bunch of fixes from other folks, added improved PNG writer, etc.

This commit is contained in:
richgel99@gmail.com
2013-10-13 16:59:10 +00:00
parent 731d5b2f87
commit fe5340afc0
6 changed files with 522 additions and 145 deletions

View File

@@ -30,6 +30,7 @@ int main(int argc, char *argv[])
printf("Usage: example4 infile outfile\n");
printf("Decompresses zlib stream in file infile to file outfile.\n");
printf("Input file must be able to fit entirely in memory.\n");
printf("example3 can be used to create compressed zlib streams.\n");
return EXIT_FAILURE;
}