ImageConverter
Jump to navigation
⧼phoenix-jumptosearch⧽
ImageConverter | |
---|---|
Developer(s) | Atlas Industries |
Publisher(s) | Atlas Industries |
Initial release | June 25, 2025 |
Stable release | 2.0.0 / June 25, 2025 |
Development status | Active |
Written in | C# |
Operating system | Microsoft Windows |
Size | 20.8 MB |
Type | Utility |
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 |
---|---|
|
|