Error for convert command in command line

后端 未结 4 515
Happy的楠姐
Happy的楠姐 2021-02-01 03:13

I have a bash shell script as below.

#!/bin/bash

SIZES=("512" "1024" "2048")

for i in ${!SIZES[*]}
do
    SIZE=${SIZES[$i]}
    ec         


        
4条回答
  •  礼貌的吻别
    2021-02-01 03:48

    port install not work for me. it always return "Error: Port ImageMagick not found" if you failed installing with port, you can download pkg and install it directly from http://cactuslab.com/imagemagick/

提交回复
热议问题