Skip to content

FleimCode/ImgConverter

Repository files navigation

Image Converter - Конвертер изображений

Простой и удобный конвертер изображений, созданный с помощью C# и WPF. Позволяет быстро конвертировать одно или несколько изображений в различные популярные форматы.


✨ Особенности

  • Пакетная обработка: Конвертируйте сразу несколько файлов.
  • Гибкая настройка: Задайте один формат для всех файлов или выберите свой для каждого.
  • Поддержка Drag-n-Drop: Просто перетащите файлы в окно приложения.
  • Популярные форматы: Конвертация в JPG, PNG, BMP, GIF, WEBP, TIFF.
  • Современный интерфейс: Приятный темный дизайн, который не отвлекает от работы.
  • Один файл: Все приложение компилируется в один .exe файл.

🚀 Сборка

Для сборки проекта вам понадобится .NET 8 SDK.

  1. Клонируйте репозиторий.
  2. Запустите файл compile.bat.
  3. Скрипт автоматически соберет проект и упакует его в один .exe файл.
  4. Готовый файл ImageConverter.exe будет находиться в папке:
    \bin\Release\net8.0-windows\win-x64\publish\
    
    Папка с готовым файлом откроется автоматически.

📖 Как использовать

  1. Запустите ImageConverter.exe.
  2. Нажмите "Добавить файлы..." или просто перетащите нужные изображения в окно программы.
  3. В списке для каждого файла выберите целевой формат в выпадающем меню.
  4. Либо нажмите "Задать формат для всех...", чтобы применить один формат ко всем файлам.
  5. Нажмите "Начать конвертацию" и выберите папку, куда будут сохранены готовые файлы.

made by fleim


Image Converter

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.


✨ Features

  • 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 .exe file.

🚀 How to Build

You will need the .NET 8 SDK to build the project.

  1. Clone the repository.
  2. Run the compile.bat script.
  3. The script will automatically build the project and package it into a single .exe file.
  4. The final ImageConverter.exe will be located in the following folder:
    \bin\Release\net8.0-windows\win-x64\publish\
    
    The folder containing the final executable will open automatically.

📖 How to Use

  1. Run ImageConverter.exe.
  2. Click "Add files..." or simply drag and drop the desired images into the program window.
  3. In the list, select a target format for each file from the dropdown menu.
  4. Alternatively, click "Set format for all..." to apply a single format to all files.
  5. Click "Start conversion" and choose a folder where the converted files will be saved.

made by fleim

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors