()
| 430 | } |
| 431 | |
| 432 | func (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. |
no outgoing calls
no test coverage detected