This article is the extension of the past article How to crate Image Thumbnails in vb.net( The article shows how to create a user control for viewing all images of the directory or folder in a thumbnail view). Continue reading “Create Image Slide Show in vb.net”
Tag: Image editing
Making image editing tool in C#-Brightness of an image
Now next article of this series describes how to set the brightness of an image.
For this we can use concept of colormatrix class of system.Drawing namespace.ColorMattrix defines a 5 x 5 matrix that contains the coordinates for the RGBAW space.
Continue reading “Making image editing tool in C#-Brightness of an image”
Making image editing tool in C#-Cropping images
In this article we will learn how to crop image in C#
Continue reading “Making image editing tool in C#-Cropping images”