|
@@ -536,7 +536,6 @@ func transformAnimated(ctx context.Context, img *vipsImage, data []byte, po *pro
|
|
if nPages > framesCount || canScaleOnLoad(imgtype, scale) {
|
|
if nPages > framesCount || canScaleOnLoad(imgtype, scale) {
|
|
if err = img.Load(data, imgtype, 1, scale, framesCount); err != nil {
|
|
if err = img.Load(data, imgtype, 1, scale, framesCount); err != nil {
|