SimpleDotImage - Image Processing framework in CSharp
==Update: Fixed memory & threading issue while processing 100's of images in batches==
SimpleDotImage is a CSharp based Image Processing library to perform simple image processing operation like Image Resizing, Image Watermarking etc. Check it out at Github [https://github.com/karthik20522/SimpleDotImage]
Example usage:
Resize:
Watermark using Image:
Watermark using Text:
Watermark positioning:
Watermark using Both Text and Image:
Rotate Image:
Flip Image:
Convert To Gray Scale:
For more howto's check out the test cases at my Github https://github.com/karthik20522/SimpleDotImage page.
<< Home