-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c44bf09
commit 8146f83
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |