Простой и удобный конвертер изображений, созданный с помощью C# и WPF. Позволяет быстро конвертировать одно или несколько изображений в различные популярные форматы.
- Пакетная обработка: Конвертируйте сразу несколько файлов.
- Гибкая настройка: Задайте один формат для всех файлов или выберите свой для каждого.
- Поддержка Drag-n-Drop: Просто перетащите файлы в окно приложения.
- Популярные форматы: Конвертация в JPG, PNG, BMP, GIF, WEBP, TIFF.
- Современный интерфейс: Приятный темный дизайн, который не отвлекает от работы.
- Один файл: Все приложение компилируется в один
.exeфайл.
Для сборки проекта вам понадобится .NET 8 SDK.
- Клонируйте репозиторий.
- Запустите файл
compile.bat. - Скрипт автоматически соберет проект и упакует его в один
.exeфайл. - Готовый файл
ImageConverter.exeбудет находиться в папке:Папка с готовым файлом откроется автоматически.\bin\Release\net8.0-windows\win-x64\publish\
- Запустите
ImageConverter.exe. - Нажмите "Добавить файлы..." или просто перетащите нужные изображения в окно программы.
- В списке для каждого файла выберите целевой формат в выпадающем меню.
- Либо нажмите "Задать формат для всех...", чтобы применить один формат ко всем файлам.
- Нажмите "Начать конвертацию" и выберите папку, куда будут сохранены готовые файлы.
made by fleim
A simple and convenient image converter built with C# and WPF. It allows you to quickly convert single or multiple images into various popular formats.
- Batch Processing: Convert multiple files at once.
- Flexible Configuration: Set one format for all files or choose a specific format for each.
- Drag-n-Drop Support: Simply drag and drop your files into the application window.
- Popular Formats: Convert to JPG, PNG, BMP, GIF, WEBP, TIFF.
- Modern UI: A clean, dark design that is easy on the eyes.
- Single File: The entire application compiles into a single
.exefile.
You will need the .NET 8 SDK to build the project.
- Clone the repository.
- Run the
compile.batscript. - The script will automatically build the project and package it into a single
.exefile. - The final
ImageConverter.exewill be located in the following folder:The folder containing the final executable will open automatically.\bin\Release\net8.0-windows\win-x64\publish\
- Run
ImageConverter.exe. - Click "Add files..." or simply drag and drop the desired images into the program window.
- In the list, select a target format for each file from the dropdown menu.
- Alternatively, click "Set format for all..." to apply a single format to all files.
- Click "Start conversion" and choose a folder where the converted files will be saved.
made by fleim