Commit Graph

2 Commits

Author SHA1 Message Date
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