Skip to content

Simple image editor and convertor written in C# on the WPF platform

Notifications You must be signed in to change notification settings

mythter/PicEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo PicEdit

Simple image editor and convertor for the university course work project written in C# on the WPF platform using MVVM pattern.

Installing

  1. Download .NET 7 or higher from official website.
  2. Download the latest release.
  3. Open .exe file and work.

Image opening and saving

Image opening

To open the image go to File -> Open.

Image saving

To save the image in the same file go to File -> Save or clicking on floppy disk icon floppy disk icon in the top left corner.
To save the image in another file go to File -> Save as.

Using

The editor has two tabs:

  1. Editing tab
  2. Converting tab

Editing tab

There are four main tools:

  1. Scaling
  2. Rotation
  3. Cropping
  4. 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. ❗

Converting tab

There are six main formats:

  1. PNG
  2. JPG
  3. GIF
  4. BMP
  5. TIFF
  6. 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)

Keyboard shortcuts

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.

Program Screenshots

image

image

image

image

image

image

About

Simple image editor and convertor written in C# on the WPF platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages