Google HPIS 不制作 gif 动画

Google HPIS don't animate gifs

我正在使用 Google 云平台 (App Engine)。我有一个用于动画 GIF 的高性能图像存储 [HPIS] url(示例如下)。我知道您可以提供一些 URL 参数来操纵图像,例如 =s1600=s128-c

我想知道是否存在阻止 GIF 动画的争论。也许只是显示 GIF 的第一帧之类的。此外,还有哪些其他论点?

https://lh3.googleusercontent.com/fh7nuo67JhRn84I7hQ5hWjsi9e9WaH8Lq3JNUCAWsu5_kcp0HozkGKQO2c3KV_1CN_5cmgs3P0oNY3--Ejp8T9goDMy3Y75cig

多年来,我已经能够发现 HPIS 必须提供的以下 "extra features"...您想要的选项是 -k,它将停止动画:

-bXX           -- border pixel size (border color depends on image color?)
-c             -- crop center
-hXXXX         -- height
-h             -- (without XXX) puts white padding around border
-d             -- download
-g             -- Google+ panorama XML?
-k             -- stop animation
-n             -- crop from... somewhere between top and center?  (requires -hXXX -wYYYY)
-p             -- crop from top?
-rXXX          -- rotate in degrees (90/180/270)
-sXXXX         -- size to best fit
-wYYYY         -- width
-v[0|1|2|3]    -- quality level/file size (highest to lowest)


Other combos:  -hXXXXX-wYYYY-s  -- stretch to fit (only some images will stretch?)

想听听其他发现更多这些宝石的人的消息吗?