2
我正在使用Google雲端平臺(App Engine)。我有一個動畫GIF的高性能圖像存儲[HPIS]網址(下面的例子)。我知道您可以提供一些網址參數來操作圖片,例如=s1600
或=s128-c
。谷歌HPIS不動畫GIF
我想知道是否有一個參數來防止GIF動畫。也許只是展示GIF的第一幀或其他內容。另外,還有哪些其他論點?
我正在使用Google雲端平臺(App Engine)。我有一個動畫GIF的高性能圖像存儲[HPIS]網址(下面的例子)。我知道您可以提供一些網址參數來操作圖片,例如=s1600
或=s128-c
。谷歌HPIS不動畫GIF
我想知道是否有一個參數來防止GIF動畫。也許只是展示GIF的第一幀或其他內容。另外,還有哪些其他論點?
多年來,我已經能夠發現下面的「附加功能」是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?)
很想聽到其他人發現了更多這些寶石嗎?
WOW。非常感謝! –