Closed projct1 closed 9 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 :"(
By the way, just checked, for jpg too.
This will be fixed in an upcoming spatie/image release later this week.
Trying set quality 20/100/800/etc, but file size and visual quality image are not changing :"(