The encoding delay of converting multi-frame images to webp is very long #6415
Unanswered
zhouleiMax
asked this question in
Help
Replies: 2 comments 1 reply
-
|
It does look like we don't need to call |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ImageMagick version
7.1.0-52
Operating system, version and so on
Linux VM-232-130-centos 3.10.107-1-tlinux2_kvm_guest-0054
Description
In the coder/webp.c file,
in the WriteAnimatedWEBPImage() function,
What is the function of WebPEncode() function, This function takes a lot of time.
The WebPAnimEncoderAdd() function will be used later, why use the WebPEncode() function.Both functions have the ability to compress pixel data.
thank you very much !
Beta Was this translation helpful? Give feedback.
All reactions