You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
This is a breaking change and removes some features of DynamicImages (mostly filters), but it's necessary for performance reasons. GraphicsMagick isn't nearly as performant as Sharp, which shows when an image-intensive page loads without cache.
Sharp is built for speed and also supports WEBP and SVG. It doesn't have certain features such as flip, blur, and various filters, but I don't see those being used that heavily in themes anyway. The performance boost is well worth the tradeoff.
Remove gm and add sharp
Update dynamic images module
Update docs
The text was updated successfully, but these errors were encountered:
This is a breaking change and removes some features of DynamicImages (mostly filters), but it's necessary for performance reasons. GraphicsMagick isn't nearly as performant as Sharp, which shows when an image-intensive page loads without cache.
Sharp is built for speed and also supports WEBP and SVG. It doesn't have certain features such as flip, blur, and various filters, but I don't see those being used that heavily in themes anyway. The performance boost is well worth the tradeoff.
gm
and addsharp
The text was updated successfully, but these errors were encountered: