Quantcast
Channel: Creativeness » Multimedia
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

To get the R, G, B values of a pixel from a packed or interlaced frame

#define BCHANNEL 0 #define GCHANNEL 1 #define RCHANNEL 2 unsigned char Clip(int iVal) { return ( iVal > 255 ? 255 : ( iVal < 0 ) ? 0 : iVal) ; } //Pixel Functions int GetValue(int iX, int iY, int...

View Article



Image may be NSFW.
Clik here to view.

To Change the Saturation of R, G, B values of a Pixel of the image

To Change the Saturation of R, G, B values of a Pixel of the image

View Article

Image may be NSFW.
Clik here to view.

To Change the Gamma of R, G,B values of a Pixel of the image

To Change the Gamma of R, G,B values of a Pixel of the image

View Article

Image may be NSFW.
Clik here to view.

To Change the brightness of a Pixel of the image

To Change the brightness of a Pixel of the imag

View Article

Image may be NSFW.
Clik here to view.

To Change the Contrast of R, G, B values of a Pixel of the image

To Change the Contrast of R, G, B values of a Pixel of the image

View Article


Image may be NSFW.
Clik here to view.

To Change the Sharpness of R, G,B values of a Pixel of the image

To Change the Sharpness of R, G,B values of a Pixel of the image

View Article

Image may be NSFW.
Clik here to view.

Interpolation (Resizing) of a Bitmap image

Interpolation (Resizing) of a Bitmap image

View Article

Image may be NSFW.
Clik here to view.

How to Copy a DVD with VLC 1.0

    VLC 1.0 has gotten several cool new features, one of which is the ability to record what is playing in the screen. Here we will take a look at how easy it is to record a DVD or other video formats...

View Article


Image may be NSFW.
Clik here to view.

Most Essential Free Softwares after Windows Installation

As a Windows lover, I have always tried to make it more secure, convenient and easy to use. This is my must-have list of 25 Free Softwares and Utilities that I use as an installation checklist on every...

View Article


Image may be NSFW.
Clik here to view.

How to Make Your Computer Speak Whatever You Type

Create your own text to speech converter software to make your computer speak whatever you type. Steps 1. Open the Notepad. 2.Copy/Write the code as given below into the notepad. Dim message,...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images