From 8146f832077ce29d15f1552c35049738a12a68e5 Mon Sep 17 00:00:00 2001 From: Alex Davies <52012013+AlexDavies8@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:45:00 +0000 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a08b315 --- /dev/null +++ b/README.md @@ -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)