Click here to Skip to main content
15,868,052 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
SQL
I need a powerful free plugin of an image editor (like PhotoShop) in my C# app. It should allow smart select (like magic select tool in PhotoShop) which must return x,y coordinates of what selected to be stored in SQL Server DB.

It should also allow edit image colors programmatically of a specified x,y coordinates.

Please help me soon.


Edit:
SQL
Is the Visual Studio 2013 Image Editor will be helpful? Can I use it in run time to select and get selection coordinates?
Also can it be used to select region programmatically according to specified coordinates?
Posted
Updated 30-Sep-14 13:27pm
v3
Comments
DinoRondelly 30-Sep-14 18:09pm    
Why do you have this question in a code block? Have you tried searching google before posting?
yasser hosny 30-Sep-14 18:23pm    
I already searched for this. I need a recommendation from a "helpful" person, because of short time!!
yasser hosny 30-Sep-14 19:26pm    
Is the Visual Studio 2013 Image Editor will be helpful? Can I use it in run time to select and get selected coordinates?
Also can it be used to select region programmatically according to specified coordinates?

Check out the ImageMagick open-source image-processing libraries: [^] which can be manipulated in .NET using the open source Magick tools: [^].

Also check out AForge: [^], and ImageProcessor: [^].

Search CodeProject for articles on image processing: there's some good tools here.
 
Share this answer
 
v2
Please see: http://www.pcpix.com/Photoshop[^].

Why so many people use Photoshop though? there are so may works where not only Photoshop is too expensive, but also not the best. How about considering using open-source GIMP and Gimp#? Please start here:
http://gimp-sharp.sourceforge.net[^].

—SA
 
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