Commit Graph

7 Commits

Author SHA1 Message Date
cd99a516b8
Updated typo in README.md
Fixed a typographical error in the README file. The name of the image processing library was corrected from 'intervetion/image' to 'intervention/image'.
2024-09-16 15:46:47 +02:00
44f474ecd8
Updated dependencies and switched image processing extension
The project's dependencies have been updated to their latest versions. This includes updates to the Intervention Image library, Symfony HTTP Foundation, and several Symfony Polyfill libraries. The image processing extension has also been switched from Imagick to GD for better compatibility and performance. Additionally, the Composer plugin API version has been updated.
2024-09-16 15:46:25 +02:00
fc36888b7d
Updated image driver in ImageManager
The image driver used in the ImageManager instance has been switched from Imagick to Gd. This change should not affect any existing functionality but may improve performance and compatibility with different server setups.
2024-09-16 15:45:47 +02:00
e6a112da9f
Updated .gitignore and added .gitkeep
The .gitignore file has been updated to ignore all files in the cache directory, except for the .gitkeep file. A new .gitkeep file has also been created in the cache directory.
2024-07-23 14:02:14 +02:00
3c787b9236
Improved readability in README
Indented the list of options for better readability and updated the example URL to use a .svg file instead of a .png.
2024-07-23 14:00:45 +02:00
8fbbccfa21
Improved image handling logic
The image processing logic has been updated to better handle optional parameters. Previously, the code would always pad and resize the canvas regardless of whether width, height, or canvas dimensions were provided. Now, padding and resizing only occur if the corresponding options are set. This change makes the code more flexible and prevents potential errors when certain parameters are not provided.
2024-07-23 13:55:20 +02:00
c6d800c010
Initial commit 2024-07-23 13:45:34 +02:00