MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / IsAnimated

Method IsAnimated

vips/vips.go:432–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430}
431
432func (img *Image) IsAnimated() bool {
433 return C.vips_image_is_animated(img.VipsImage) > 0
434}
435
436// RemoveAnimation removes all animation-related data from the image
437// making it a static image.

Callers 2

ProcessImageMethod · 0.80
getImageSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected