Full changelog for the random grab bag
- Updated Composer.json and README, PHP7.1+ library.
- Removed TODO
- Fixed bugs in Png and Gif resizer, not implementing abstract class correctly.
- Return not set for constructors.
- API for the image resize classes.
- Maintain aspect ration defaults to true.
- Modified resize classes, move setting of options outside of constructor.
- Updated README, added overview of first class.
- Added a helper class for error message strings and base functions.
- Added setters for options, allows chaining, process image multiple times in one request.
- Refactoring and minor fixes.
- Added the ability to optionally set the filename and path for the copy.
- Refactoring, better method names, reduce duplication.
- resampleCopy not being called [Bug]
- Added png and gif support to image resize.
- Minor refactoring to reduce duplication.
- Added method chaining to simplify usage.
- Added a getInfo() call to return the details for the canvas, newly/to be created image and resizer, required for unit tests.
- Minor updates to base class.
- Added image resize class, resize a jpeg image down optionally maintaining aspect ratio.