buaazp / zimg

A lightweight and high performance image storage and processing system.
http://zimg.buaa.us
BSD 3-Clause "New" or "Revised" License
2.69k stars 402 forks source link

GIF默认显示原始图片? #133

Closed kfeng0806 closed 8 years ago

kfeng0806 commented 8 years ago

是否能让GIF格式的图片默认显示原始图片 就是添加p=0参数后的效果 因为发现经过imagemagick转换过的gif都会只保留初始帧 但是一般情况下的GIF都是动态帧 所以是否可以默认让GIF格式显示原始文件而不经过imagemagick转换?

buaazp commented 8 years ago

默认显示的是转换过的小图片,这是策略,你可以在代码里做相关的转换。