Google HPIS不会为GIF动画制作动画

Wes*_*man 3 google-app-engine google-cloud-storage

我正在使用Google Cloud Platform(App Engine).我有一个动画GIF的高性能图像存储[HPIS]网址(以下示例).我知道你可以提供一些URL参数来操作图像,例如=s1600=s128-c.

我想知道是否存在阻止GIF动画的争论.也许只是展示GIF的第一帧或其他东西.还有什么其他论点?

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

Nic*_*ina 7

多年来,我已经能够发现HPIS提供的以下"额外功能"......您想要的选项-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?)
Run Code Online (Sandbox Code Playgroud)

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