Tag Archives: basic pixelformat

Convert a image file in byte pointer data and apply algorithom C#

If u want to use pointer in c# u have to use “unsafe” keyword. and then we can use byte pointer. In BitmapData we Can get data as a byte in different format. In my first Bitmap pbmp=new Bitmap(“fillocation”); int … Continue reading

Rate this:

Posted in C#, Image Processing | Tagged , , , , , , , , , , | Leave a comment