Если вам тоже надоело постоянно заходить на онлайн конвертеры, когда вам необходимо, например, перевести фото heic с айфона в жизнеспособный png, то EzConvert специально для вас!
EzConvert - это программа, основанная на библиотеке Pillow, позволяющая конвертировать картинки между форматами: JPEG, PNG, BMP, TIFF, WEBP, ICO, GIF, TGA, HEIC
1. Почти моментальная конвертация между указанными форматами. (Скорость больших объёмов фотографий зависит от системы).
2. Реализован "Drag and Drop" - просто перетащи нужные фотографии на окно приложения и они откроются. (Либо выбери их через кнопку).
3. Предпросмотр картинок - наведи мышку на любую картинку в списке выбранных тобой фотографий и увидишь её миниатюру.
4. Мультиязычность - при запуске программы вам будет дан выбор языка, на котором будет выполнен весь интерфейс программы.
- Windows 10/11 , Linux
- ~100 мб свободного места
-
Для Windows
1. Скачайте приложениеEzConvert.exeпо ссылке из релиза Скачать
2. Запустите программу. -
Для Linux
1. Скачайте исходный кодEzConvertиз репозитория Скачать
2. Распакуйте в удобную для вас папку все файлы из архива.
3. Установите PyQt6 и Pillow:pip install PyQt6иpip install pillow-heif.
4. Если не качаются пакеты, создайте виртуальное окружение в скачанной папке с проектом:python3 -m venv venvиsource venv/bin/activate.
5. Запустите приложение командойpython3 EzConvert.py.
1. Скачайте файлы проекта и откройте в удобном для Вас редакторе.
2. Скомпилируйте и запустите build.py и дождитесь завершения процесса сборки.
У вас должен быть установлен PyInstaller, если его нет, сначала установите его командой pip install pyinstaller
3. В папке с проектом появится папка dist, в которой будет EzConvert.exe
4. Запустите программу.
If you are tired of constantly visiting online converters when you need to convert, for example, a HEIC photo from your iPhone to a viable PNG, then EzConvert is for you!
EzConvert is a program based on the Pillow library that allows you to convert images between formats: JPEG, PNG, BMP, TIFF, WEBP, ICO, GIF, TGA, HEIC
1. Almost instant conversion between the specified formats. (The speed for large volumes of photos depends on the system).
2. Drag and drop functionality - simply drag the desired photos to the application window and they will open. (Or select them using the button).
3. Image preview - hover your mouse over any image in the list of photos you have selected to see a thumbnail.
4. Multi language - when you start the program, you will be given a choice of languages for the entire program interface.
- Windows 10/11, Linux
- ~100 MB of free space
-
For Windows
1. Download theEzConvert.exeapplication from the release link Download
2. Run the program. -
For Linux
1. Download theEzConvertsource code from the repository Download
2. Extract all files from the archive to a convenient folder. 3. Install PyQt6 and Pillow:pip install PyQt6andpip install pillow-heif. 4. If the packages are not downloaded, create a virtual environment in the downloaded folder with the project:python3 -m venv venvandsource venv/bin/activate.
5. Run the application with the commandpython3 EzConvert.py.
1. Download the project files and open them in your preferred editor.
2. Compile and run build.py and wait for the build process to complete.
You must have PyInstaller installed. If you don't have it, install it first with the command pip install pyinstaller
3. A dist folder will appear in the project folder, containing EzConvert.exe
4. Run the program.