diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example_optimize_png.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_optimize_png.cpp b/examples/example_optimize_png.cpp index ecf25cf..d64c7f2 100644 --- a/examples/example_optimize_png.cpp +++ b/examples/example_optimize_png.cpp @@ -25,7 +25,7 @@ freely, subject to the following restrictions: /* This example saves the PNG with the best compression LodePNG can do, and with -unnecesary chunks removed. It tries out several combinations of settings and +unnecessary chunks removed. It tries out several combinations of settings and keeps the smallest one. NOTE: This is not as good as a true PNG optimizer like optipng or pngcrush. |