Notable changes to this project will be documented in this file.
- Refactor error handling for image orientation to use Throwable
- Fix exif rotation for Silverstripe 4 & 5 (#17)
- Add option to increase memory limit for processing images on upload
- Add support for Silverstripe 6
- Use
TEMP_PATHinstead ofTEMP_FOLDER
- Fix: Handle all exif rotation states
- PHP 8.2 compatibility
- Add support for Silverstripe 5
- Prevent warning on PHP 8.1
- Fix for
legacy_filenames- Do not delete original after scaling iflegacy_filenames: true
- Use
Configurableinstead ofConfig
- Add custom folder configuration options
- Switch to silverstripe-vendormodule
- Write modified file properly
- Update configs
- Support new Image InterventionBackend
- No longer rely on GD
- Support for Silverstripe 4
- Rewrite with new Asset backend
- Extend Upload rather than Image
- Add option to scale only height or width
- Option to force resampling on all images
- Remove default yaml config
- Test if function
exif_read_dataexists
- Test if function
exif_read_dataexists
- Fix typo in README.md
- Add CHANGELOG & docs
- Adopt semantic versioning releases
- Release versions