Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 VBA 中的 powerpoint 编写插件。我让用户选择图片或占位符,然后裁剪和缩放它们。但不允许对动画 gif 进行裁剪。有没有办法确定所选图像是动画 gif 还是普通图片?
非常感谢帮助。
真挚地,
本
Havent 找到了一种方法来找出不同的类型。但是通过错误处理解决了问题。尝试裁剪 gif 时,会引发错误。捕获此错误并继续执行其余程序(跳过裁剪功能)