laravel-medialibrary
laravel-medialibrary copied to clipboard
Quality for webp not working
public function registerMediaCollections(): void
{
$this
->addMediaConversion('')
->format('webp')
->quality(20);
}
Trying set quality 20/100/800/etc, but file size and visual quality image are not changing :"(
By the way, just checked, for jpg too.
This will be fixed in an upcoming spatie/image release later this week.