Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 394 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 394 Bytes

iconv

Description

課題1(画像変換コマンドを作ろう)を実装したもの

以下のパッケージで構成されています

  • main
  • target
  • imgconv

Usage

iconv -in {変換前の形式} -out {変換したい形式} {ディレクトリ}

jpg, png, gif, tif, bmp に対応しています

Build

make build

Test

make test