laravel-medialibrary icon indicating copy to clipboard operation
laravel-medialibrary copied to clipboard

Quality for webp not working

Open projct1 opened this issue 1 year ago • 1 comments

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 avatar Jan 03 '24 10:01 projct1

By the way, just checked, for jpg too.

projct1 avatar Jan 03 '24 10:01 projct1

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

timvandijck avatar Feb 21 '24 16:02 timvandijck