Google HPIS不会为GIF制作动画

时间:2016-02-15 19:23:04

标签: google-app-engine google-cloud-storage

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

我想知道是否存在阻止GIF制作动画的论据。也许只是展示GIF的第一帧或其他东西。还有哪些其他论点?

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

1 个答案:

答案 0 :(得分:5)

多年来,我一直能够发现以下"额外功能" 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?)

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