Simple image editor and convertor for the university course work project written in C# on the WPF platform using MVVM pattern.
- Download .NET 7 or higher from official website.
- Download the latest release.
- Open .exe file and work.
To open the image go to File
-> Open
.
To save the image in the same file go to File
-> Save
or clicking on floppy disk icon in the top left corner.
To save the image in another file go to File
-> Save as
.
The editor has two tabs:
- Editing tab
- Converting tab
There are four main tools:
- Scaling
- Rotation
- Cropping
- Painting
You can adjust them on the right panel with sliders and other controls.
❗ To apply adjusted tool just select another tool or save the image. ❗
There are six main formats:
- PNG
- JPG
- GIF
- BMP
- TIFF
- ICO
To convert image select required format and click on Save
button on the bottom panel.
❗❗❗ Successful converting to ICO format guaranteed only for images 128x128 pixels dimensions or lower. Other images dimensions converting might be fine but not guaranteed. ❗❗❗ (I don't recommend using it at all)
Ctrl
+ Mouse Wheel
– zoom in / zoom out.
Shift
+ Mouse Wheel
– left / right moving when image zoomed in.
Ctrl
+ Z
- undo command.
Ctrl
+ Shift
+ Z
– redo command.
Ctrl
+ S
– save image in the same file.