[Bug] VipsDriver save() without path fails and format() is ignored #320
Unanswered
dimitrykostin
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
This has been fixed in 3.9.2. The VipsDriver was missing You can update with: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Found a bug in
spatie/imageVips driver (v3.9.1).Environment
Problem
save()without path fails afterloadFile().Actual: UnsupportedImageFormat: Unsupported format 'unknown'.
Expected: same behavior as GD/Imagick (save back to loaded path).
Why it matters
In Laravel Media Library pipeline, save() is often called without explicit path, so manipulations (watermark/format) may be dropped in queued conversions.
I can open a PR with tests if this behavior should be fixed.
looks similar to #228/#236, but affects VipsDriver
Beta Was this translation helpful? Give feedback.
All reactions