Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDavies8 authored Jan 13, 2023
1 parent c44bf09 commit 8146f83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
A node-based non-destructive image editor created for my A Level NEA Project.
It written with C# and WPF, and uses ImageSharp for all of the low-level image manipulation, and some of the image effects.

- Supports JPEG, PNG, BMP, and many other common file formats
- Default nodes for many types of effects and filters, as well as noise types
- Has a public API for creating your own nodes
- Automatic UI generation for custom nodes

![image](https://user-images.githubusercontent.com/52012013/212414498-1167bfe6-8536-4369-b778-08f1406eed4e.png)
![map](https://user-images.githubusercontent.com/52012013/212414968-0a08a92c-20ec-48c4-8f68-415f45c5931b.png)
![bricks](https://user-images.githubusercontent.com/52012013/212415719-e430e266-6ffc-4b14-bd0a-2ca2425ae994.png)
![paintify](https://user-images.githubusercontent.com/52012013/212415866-cfbbb646-6b66-4c0f-b9d5-221121378707.png)

0 comments on commit 8146f83

Please sign in to comment.