command
module
Version:
v0.0.0-...-9c68dd0
Opens a new window with list of versions in this module.
Published: Jul 11, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.