ImageConverter

From Atlas Industries
Jump to navigation ⧼phoenix-jumptosearch⧽
ImageConverter
Developer(s)Atlas Industries
Publisher(s)Atlas Industries
Initial releaseJune 25, 2025
Stable release2.0.0 / June 25, 2025
Development statusActive
Written inC#
Operating systemMicrosoft Windows
Size20.8 MB
TypeUtility

The ImageConverter is a utility program that converts any image to a desired format by simply drag n' drop the file onto the program. The program makes use of Magick.NET.

Usage

The program makes use of arguments. By default, dragging and dropping a file converts it to the PNG format in both unoptimized (-converted.png) and optimized (-optimized.png) versions.

To further customize what format to convert to and to provide either unoptimized or optimized (or keep both). Create a shortcut to the program then right-click the shortcut and modify the "Target" to include the type and optionally to disable unoptimized or optimized files.

arg Notes
--type png Where "png", state the format to convert to. Supports: png, jpg, jpeg, bmp, gif, and webp
--no-optimize Disables the -optimized file.
--only-optimize Disables the -converted file.

A proper "Target" looks like: C:\Programs\ImageConverter.exe --type png --only-optimize

System requirements

Release Preview
Minimum requirements
Recommended requirements
Minimum requirements
Recommended requirements

External links