简体   繁体   English

如何从 Java 中的动画 gif 文件中删除帧?

[英]How can I remove frames from an animated gif file in Java?

I have some animated gifs (of anagrams rearranging since you ask) that I'd like to remove the final n frames from.我有一些动画 gifs(你问过的字谜重新排列),我想从中删除最后的 n 帧。 Is there any Java utility that will do the job?是否有任何 Java 实用程序可以完成这项工作?

i guess you need to code that yourself, maybe use https://github.com/rtyley/animated-gif-lib-for-java as a library to access and save frames我想您需要自己编写代码,也许使用https://github.com/rtyley/animated-gif-lib-for-java作为库来访问和保存帧

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM