Convert all files directly under the directory to any music file.
Project description
概要
ImageFormatConverterは、PIL を利用した画像変換ツールです。 画像ファイルの形式を簡単に変換することができます。
機能
- png, jpeg, bmpなどのファイルを好きなファイルの形式に変更できる
- ローカルで動作するためユーザーのプライバシーを保護できる
インストール
pip install pillow
使い方 example
- ライブラリのインポート
import pillow as PIL
- 処理の設定
- input_file="変換したい画像ファイルのパス"
- output_file="出力したいファイルの名前を入力"
- output_format="出力したい画像の形式"
- →ファイルのパスを'C:/Users/data/melody/image.jpeg'のように設定してください
- プログラム例
# フォルダパスを設定
input_folder = 'C:/Users/data/image1.jpeg'
output_folder = 'C:/Users/data/image2.png'
output_format = "png"
# 変換処理を実行
convert_image_format(input_file, output_file, output_format)
変換後の注意
- 変換するファイルが存在していることを確認してください。。
サポート
バグ報告や機能リクエストは、GitHubまたは、メールにてご連絡ください。
ライセンス
このプログラムは MIT License でライセンスされています。
バージョン
0.1.6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
image_f_c-0.1.6.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file image_f_c-0.1.6.tar.gz
.
File metadata
- Download URL: image_f_c-0.1.6.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371de4ea6774e0533fe4e129db981d661a5e05116e70d2d888f376b11cd1dafe |
|
MD5 | 88ae281b5468871dda1fb235c4d084a3 |
|
BLAKE2b-256 | 24d75ef6279fa9c89f36d58ed342245c43e3e0e164d2cbafa15f85c39fdae611 |
File details
Details for the file Image_f_c-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: Image_f_c-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d174aebf80e4773708a6bf39bdf7e5cfe88de36df732bb93f308011eff72e059 |
|
MD5 | 3dbc15ececc0365f27fa56a9acdf1bdc |
|
BLAKE2b-256 | 865854e2bad2aec02daf72bde1b49d2476b7e98c3beb89da7c559ab4026d6dc3 |