sean1832 / ImageFactory

A simple Windows Form desktop application to batch convert varies image formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📷Image Factory

A simple Windows Form desktop application to batch convert varies image formats.

(This is my earlier program that I wrote when I was learning C#, so the source codes are pretty messy. I will try to clean it up at some point) 😉.

How to use

Installation

  1. Download and extract all require files to local machine

Opperation

  1. Open ImageFactory.exe
  2. Assign input folder and output folder
  3. Alternatively, you can drag and drop images directly into the program
  4. Select output and hit convert
  5. Vualá, you just converted all images into your desire format

Screenshot

Support Formats

  • .png
  • .jpeg
  • .exr
  • .heic
  • .tga
  • .tiff
  • .psd
  • .ai
  • .ico
  • .pdf
  • .svg
  • .bmp
  • .raw -input only
  • .html
  • .jxl
  • .rgb
  • .rgba

What's comming next

  • More formats
  • "Setting" tab to save user preferences
  • add option to scale image

Bugs

  • Cannot convert .ico if image is larger than 300x300px

About

A simple Windows Form desktop application to batch convert varies image formats.

License:MIT License


Languages

Language:C# 100.0%