Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Bitmap

Bitmap

Bitmap

Great Reads

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by Stef Cas
A VB.NET project showing how to build a simple magnifying glass.
by Steffen Ploetz
Step-by-step instructions and source code snippets for inserting a bitmap (or a section of it) into an icon image.
by huyletran
Create a new bitmap by combining many bitmaps.

Latest Articles

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by Stef Cas
A VB.NET project showing how to build a simple magnifying glass.
by Steffen Ploetz
Step-by-step instructions and source code snippets for inserting a bitmap (or a section of it) into an icon image.
by huyletran
Create a new bitmap by combining many bitmaps.

All Articles

Sort by Score

Bitmap 

by JBildstein
Reading and writing Bitmaps with full 16bit per channel (and possibly more)
by Steffen Ploetz
Step-by-step instructions and source code snippets for inserting a bitmap (or a section of it) into an icon image.
by huyletran
Create a new bitmap by combining many bitmaps.
by Steffen Ploetz
How to use GL's pixel buffer object (PBO) to copy one texture to another
by #realJSOP
Determine the number of unique colors in an image
by a_pess
I think we may check if the color is repeated or not, any how this another alternative but in VB.NetPublic Shared Function GetImageColorsCount(ByVal bitmap As Bitmap) As Integer Dim ColorList As New System.Collections.Generic.List(Of Integer) Dim clr As Integer For...
by Andrew Rissing
Just a few minor improvements to readability and such...The catch/throw isn't needed here, since you are just throwing it without doing anything in the catch block. A try/finally could have been used on its own.The try/finally isn't necessary because a using statement can achieve the same...
by Steffen Ploetz
My best practice approach to change the image of a toolbar button
by honey the codewitch
Image Resizer automatically resizes images you drop in a monitored folder based on criteria you give it. It can also change image formats.
by Arun Chandrasekhara Pillai
Create a screen recorder using C#
by pdoxtader
Very fast image processing without use of unsafe code
by J.F. Sebastian
A WSQ to BMP converter.