2015-01-01 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
- magick/resource.c (ListMagickResourceInfo): "kilo" for binary prefixes is supposed to be "Ki".
- magick/utility.c (FormatSize): "kilo" for binary prefixes is supposed to be "Ki".
2015-01-01 Glenn Randers-Pehrson <glennrp@simple.dallas.tx.us>
- coders/png.c: Use WidthResource and HeightResource instead of fixed 1-million limit for rows and columns.
2015-01-01 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
- magick/utility.c (FormatSize): Add 'i' to value range identifiers since these are all in units of 2^10 rather than 1000.
- magick/pixel_cache.c (CheckImagePixelLimits): Fix typo and produce an informative error message.
- magick/resource.c: Added support for Image width and height pixels resource limits.
- magick/resource.h (ResourceType): New resource enumerations WidthResource and HeightResource.
- magick/enum_strings.c (StringToResourceType): Added support for parsing '-limit Width' and '-limit Height'.
- magick/pixel_cache.c (CheckImagePixelLimits): New function to test image to see if it exceeds pixels limits.
- coders/viff.c (ReadVIFFImage): Make the VIFF reader robust with detecting and reporting problems.
2014-12-31 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
- Rotate Changelog for new year. Update documentation copyrights for new year.