Searched refs:GIF (Results 1 - 1 of 1) sorted by relevance

/opengrok/tools/
H A Dimg_combine.sh8 GIF and than converted to PNG.
19 GIF="gif"
24 p) GIF="png" ;;
44 # concat to GIF (results in smaller pics than to PNG directly)
45 $ECHO montage -background Transparent -tile x1 -mode Concatenate $FILES ${OUT}.$GIF
46 if [ "$GIF" = "gif" ]; then
49 $ECHO convert ${OUT}.$GIF ${OUT}.png

Completed in 18 milliseconds