GoPicFmtConvert

command module
v0.0.0-...-9c68dd0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 11 Imported by: 0

README

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/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL