0

我正在按照Pebble 的教程在 Pebble 手表上显示远程图像,但它没有说明我应该将转换 png 的 Image Magick 代码放在哪里。这是代码

convert myimage.png \
  -adaptive-resize '144x168>' \
  -fill '#FFFFFF00' -opaque none \
  -type Grayscale -colorspace Gray \
  -colors 2 -depth 1 \
  -define png:compression-level=9 -define png:compression-strategy=0 \
  -define png:exclude-chunk=all \
  myimage.pbl.png
4

0 回答 0