mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 23:26:15 +01:00
Remove unsupported animation props from AVIF #2870
This commit is contained in:
@@ -208,6 +208,11 @@ namespace sharp {
|
||||
*/
|
||||
VImage SetAnimationProperties(VImage image, int pageHeight, std::vector<int> delay, int loop);
|
||||
|
||||
/*
|
||||
Remove animation properties from image.
|
||||
*/
|
||||
VImage RemoveAnimationProperties(VImage image);
|
||||
|
||||
/*
|
||||
Does this image have a non-default density?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user