Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
image processing
no vote
The purpose of the article is to be able to build a class that allows any C# programmer to perform image processing functionality. The reason we are doing it in C# is that it is very flexible. We can see that the code becomes somewhat more complex when we start moving pixels or changing values based on calculations that take into account all the pixel values. The application is a basic Windows Forms application. We have handled the images with a separate class called CurrentImageHandler in which all the image related operations are done including saving and graphics related operations. The functionality includes getting image information, zooming, color filtering, brightening, contrasting, grayscale filtering, invert filtering, resizing with full resolution, rotating and flipping, cropping, and inserting text, any other image, or geometric shapes.
Hammud
2016-08-23
0
1
No more~