Skip to content

Convert images to and from WebP, JPG, and PNG effortlessly with this tool! ๐Ÿ”„โœจ

License

Notifications You must be signed in to change notification settings

movemin03/image_to_webp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Image Converter (English Description)

Image Converter is a simple tool consisting of three scripts: webp_to_jpg_png_converter.py, and image_to_webp_converter.py. It facilitates the conversion of images between different formats efficiently.

1. webp_to_jpg_png_converter.py

Description: This script converts images to the WebP format.

Requirements:

pip install pillow

Usage: Simply run the script and follow the prompts to convert images to WebP format.

Exporting as Executable: For PyInstaller, use the following command:

pyinstaller webp_to_jpg_png_converter.py --onefile --hidden-import os --hidden-import PIL

2. webp_to_jpg_png_converter.py

Description: This script converts WebP images to JPG or PNG format.

Requirements:

pip install pillow

Usage: Simply run the script and follow the prompts to convert WebP images to JPG or PNG format.

Exporting as Executable: For PyInstaller, use the following command:

pyinstaller webp_to_jpg_png_converter.py --onefile --hidden-import os --hidden-import PIL


Image Converter (ํ•œ๊ตญ์–ด ์„ค๋ช…)

์ด๋ฏธ์ง€ ๋ณ€ํ™˜๊ธฐ๋Š” 2 ๊ฐ€์ง€ ์Šคํฌ๋ฆฝํŠธ์ธ webp_to_jpg_png_converter.py, ๊ทธ๋ฆฌ๊ณ  image_to_webp_converter.py๋กœ ๊ตฌ์„ฑ๋œ ๊ฐ„๋‹จํ•œ ๋„๊ตฌ์ž…๋‹ˆ๋‹ค. ์ด ๋„๊ตฌ๋Š” ์ด๋ฏธ์ง€๋ฅผ ํšจ์œจ์ ์œผ๋กœ ๋‹ค๋ฅธ ํ˜•์‹์œผ๋กœ ๋ณ€ํ™˜ํ•˜๋Š” ๋ฐ ๋„์›€์„ ์ค๋‹ˆ๋‹ค.

1. webp_to_jpg_png_converter.py

์„ค๋ช…: ์ด ์Šคํฌ๋ฆฝํŠธ๋Š” ์ด๋ฏธ์ง€๋ฅผ WebP ํ˜•์‹์œผ๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

์š”๊ตฌ ์‚ฌํ•ญ:

pip install pillow

์‚ฌ์šฉ ๋ฐฉ๋ฒ•: ์Šคํฌ๋ฆฝํŠธ๋ฅผ ์‹คํ–‰ํ•˜๊ณ  ์ด๋ฏธ์ง€๋ฅผ WebP ํ˜•์‹์œผ๋กœ ๋ณ€ํ™˜ํ•˜๋ ค๋Š” ์ง€์‹œ์— ๋”ฐ๋ฅด์‹ญ์‹œ์˜ค.

์‹คํ–‰ ํŒŒ์ผ๋กœ ๋‚ด๋ณด๋‚ด๊ธฐ: PyInstaller๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋‹ค์Œ ๋ช…๋ น์„ ์‹คํ–‰ํ•˜์‹ญ์‹œ์˜ค:

pyinstaller webp_to_jpg_png_converter.py --onefile --hidden-import os --hidden-import PIL

2. webp_to_jpg_png_converter.py

์„ค๋ช…: ์ด ์Šคํฌ๋ฆฝํŠธ๋Š” WebP ์ด๋ฏธ์ง€๋ฅผ JPG ๋˜๋Š” PNG ํ˜•์‹์œผ๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

pip install pillow

์‚ฌ์šฉ ๋ฐฉ๋ฒ•: ์Šคํฌ๋ฆฝํŠธ๋ฅผ ์‹คํ–‰ํ•˜๊ณ  WebP ์ด๋ฏธ์ง€๋ฅผ JPG ๋˜๋Š” PNG ํ˜•์‹์œผ๋กœ ๋ณ€ํ™˜ํ•˜๋ ค๋Š” ์ง€์‹œ์— ๋”ฐ๋ฅด์‹ญ์‹œ์˜ค.

์‹คํ–‰ ํŒŒ์ผ๋กœ ๋‚ด๋ณด๋‚ด๊ธฐ: PyInstaller๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋‹ค์Œ ๋ช…๋ น์„ ์‹คํ–‰ํ•˜์‹ญ์‹œ์˜ค:

pyinstaller image_to_webp_converter.py --onefile --hidden-import os --hidden-import PIL

About

Convert images to and from WebP, JPG, and PNG effortlessly with this tool! ๐Ÿ”„โœจ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages