2016-02-15 91 views
2

我正在使用Google雲端平臺(App Engine)。我有一個動畫GIF的高性能圖像存儲[HPIS]網址(下面的例子)。我知道您可以提供一些網址參數來操作圖片,例如=s1600=s128-c谷歌HPIS不動畫GIF

我想知道是否有一個參數來防止GIF動畫。也許只是展示GIF的第一幀或其他內容。另外,還有哪些其他論點?

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

回答

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?) 

很想聽到其他人發現了更多這些寶石嗎?

+1

WOW。非常感謝! –