spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Fix - Supported format from original file #3592

Closed lguichard closed 6 months ago

lguichard commented 7 months ago

This PR fix supported format when regenerate images from original file. The driver support webp and jpeg since a long time.

Currently if the dev regenerate images from 'webp' extension the driver use 'jpg' default format and generate black paint in a background. This PR also fix #3502

timvandijck commented 6 months ago

Looks good, thank you for your contribution!