Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi,
I want to create a simple photo editor using WPF. I want to crop images with irregular shapes (path) and change color to the cropped image.

Please tell me any links to learn or samples available.

Thanks in advance.
Posted

here is a collection of great resources on WPF. The articles by Sacha are fantastic.
http://www.codeproject.com/KB/WPF/[^]

These are some great articles on image processing.
WPF Image Processing Control[^]
Image Processing Lab in C#[^]
Program for Optimization and Resizing of an Image[^]

I don't know if any of these will do exactly what you want, but they are places to start to see how to manipulate images.

They weren't to hard to find using the search on code project.
 
Share this answer
 
Comments
Singh kapil R. 26-Jun-15 4:27am    
but following link application save or access on xml file and i want to save or access image files like png, jpg etc pls if there any solution give reply.
To learn from scratch, you can read Image Processing is Done using WPF[^]. For quick development, I suggest you can read Have Fun with the WPF Demo of .NET TWAIN 5.0[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900