https://github.com/yuulis/imgconverterdesktop
https://github.com/yuulis/imgconverterdesktop
flet flet-app opencv pillow python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuulis/imgconverterdesktop
- Owner: Yuulis
- Created: 2025-02-22T02:22:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T14:07:51.000Z (over 1 year ago)
- Last Synced: 2025-02-26T01:43:32.818Z (over 1 year ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# ImgConverterDesktop
シンプルな画像形式変換アプリケーション。
あなたのデバイス上で簡単に画像形式の変換を行うことができます。
ImgConverterDesktop では、現在以下の画像形式への変換に対応しています。
* bmp
* eps
* gif
* ico
* jpg
* pdf
* png
これは、変換時に用いている Python ライブラリである Pillow がサポートしている画像形式です。
## Install
[Release](https://github.com/Yuulis/ImgConverterDesktop/releases) ページから最新のバージョンをダウンロードしてください。
なお、現在リリースされているのは Windows 向けのみです。
## How to Use
1. Convert target format プルダウンメニューから, ご希望の変換形式を選択。
2. Open the file ボタンを押下し, 変換したい画像を選択。または, input フォルダに直接画像をドラッグ&ドロップしてください。
3. インストール時に展開したフォルダの直下に生成されている out フォルダの中に, 変換後の画像が格納されています。お好きな場所に移動させてください。

