Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 633 Bytes

File metadata and controls

35 lines (28 loc) · 633 Bytes

GoPicFmtConvert

  • 画像のフォーマットを変換するGo製のCUIツールです。
  • 現在のところjpg,png,gifに対応しています。
  • それ、ffmpegでできるよ

usage

  • -f:フォーマット
  • -o:出力先ディレクトリ(指定しなかったら元のファイルと同じ場所に出力)
GoPicFmtConvert -f jpg -o test_out testcase/*.png 

example

pngのファイルをjpgに

GoPicFmtConvert -f jpg -o test_out testcase/*.png 

移動

mkdir dir
mv *.jpg dir

bzipで圧縮

tar -cvzf dir.tar.gz dir/

gzipで圧縮

tar -cvjf dir.tar.bz2 dir/