Python 3.10.11
PyQt5, Pillows
파이썬으로 작성된 JPG, PNG등의 이미지 사진을 WebP로 변환해주는 GUI 변환기
pyinstaller -w -F 'main.py 경로' --icon=.\Resources\Icon@64X64_02.ico -n='빌드 exe 이름'
pyinstaller -w -F 'C:\Users\canu1\Documents\Development\#1 Python Projects\WebPConverterGUI\main.py' --icon=.\Resources\Icon@64X64_02.ico -n='WebP Converter'
pyinstaller --onefile --icon=.\Resources\Icon@64X64_02.ico -n='WebP Converter' 'C:\Users\canu1\Documents\Development#1 Python Projects\WebPConverterGUI\main.py' '''
...
datas=[('WebPConverterGUI.ui', '.')],
...
pyinstaller "WebP Converter.spec"
pyinstaller -w -F '/Users/jeonhyojae/Dev/Python Projects/WebP-Converter-GUI/main.py' --icon=./Resources/Icon@64X64_02.ico -n='WebP Converter'
pyinstaller -w -F '/Users/jeonhyojae/Dev/Python Projects/WebP-Converter-GUI/main.py' --icon=./Resources/Icon@64X64_02.ico -n='WebP Converter' -d all
...
datas=[('WebPConverterGUI.ui', '.')],
...
pyinstaller "WebP Converter.spec"
�워터마크 관련 구현 기능
- 워터마크 폰트 고르는 기능
- 워터마크 기본 폰트 설정
- 워터마크 위치 조정, 폰트 크기 설정, 미리보기 지원?