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
I optimize all the user uploaded images by exporting it to webp with lower quality, but sometimes they upload GIF's and animations are gone after the export, but webp supports animations, as well as libvips support export to webp with animations.
Unfortuanetely, I don't see anything related to this on ep := vips.NewWebpExportParams()
The text was updated successfully, but these errors were encountered:
Subject.
I optimize all the user uploaded images by exporting it to webp with lower quality, but sometimes they upload GIF's and animations are gone after the export, but webp supports animations, as well as libvips support export to webp with animations.
Unfortuanetely, I don't see anything related to this on
ep := vips.NewWebpExportParams()
The text was updated successfully, but these errors were encountered: