Add ticket reference for png format default change

This commit is contained in:
Dane Springmeyer 2013-10-04 12:41:46 -07:00
parent 0c1fcd7098
commit 55974c3105

View file

@ -14,7 +14,7 @@ Released ...
Summary: TODO
- Default PNG encoding method when `png` is supplied is now `png8:m=h`, so paletted png using hextree color quantization.
- Default PNG encoding method when `png` is supplied is now `png8:m=h`, so paletted png using hextree color quantization (#2028)
Use `png32` now for full color png.
- Added support for more seamless blurring by rendering to a larger internal image to avoid edge effects (#1478)