spatie / laravel-medialibrary

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

Quality for webp not working #3498

Closed projct1 closed 9 months ago

projct1 commented 10 months ago
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 :"(

projct1 commented 10 months ago

By the way, just checked, for jpg too.

timvandijck commented 9 months ago

This will be fixed in an upcoming spatie/image release later this week.