I'm porting some of my older PHP projects to ASP.NET MVC - this specific project has quite a lot image manipulation; proportional resizing, cropping from different places, rotating, watermarking, filters (sharpen) etc.
For PHP I used the WideImage library, I realise for .NET I can use the Graphics/Image/Bitmap classes in System.Drawing - but I was wondering if anyone know of any .NET libraries that simplify the functionality I need, preferably with a fluent interface like WideImage.
Any suggestions would be appreciated, thanks! I've tried AForge, but it seems a bit overkill.
Question
ZakO
Hi all,
I'm porting some of my older PHP projects to ASP.NET MVC - this specific project has quite a lot image manipulation; proportional resizing, cropping from different places, rotating, watermarking, filters (sharpen) etc.
For PHP I used the WideImage library, I realise for .NET I can use the Graphics/Image/Bitmap classes in System.Drawing - but I was wondering if anyone know of any .NET libraries that simplify the functionality I need, preferably with a fluent interface like WideImage.
Any suggestions would be appreciated, thanks! I've tried AForge, but it seems a bit overkill.
Edited by ZakOLink to comment
Share on other sites
0 answers to this question
Recommended Posts