Adds extra information to the image file and increases the file size arbitrarily.
画像ファイルに余分な情報を追加し、ファイルサイズを任意に増加させます。
- Install python. (Confirmed ver.3.10.x as development.)
- Install requirements by requiments.txt. If you need, setup venv.
- Run with arguments. (see the Sample)
- Pythonをインストールします. (開発中はver.3.10.xで確認しました.)
- requiremts.txtを用いて必要なパッケージをインストールします. (必要に応じ、仮想環境を作ってください)
- 必要な引数を指定し、実行します. (Sampleを参照ください.)
- Run with new black image.
python ./src/main.py --width 256 --height 256 --size 1024
- Run with other image as base.
python ./src/main.py --input input.png --size 1024
[ ] Release binary
[x] Publish as web service.
-> link