English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to open an image, change the values of the pixels in a certain pattern .. and then save that image ... how to do that ?

2006-08-23 13:59:18 · 1 answers · asked by Luay14 6 in Computers & Internet Programming & Design

I didn't mention this.. but I need to change the pixel color in order to save the image later, and I need to enter the value of the pixel as a binary value for 8 bit gray scale image ... image processing ..

2006-08-26 03:48:32 · update #1

1 answers

Well you don't need to actually establish your own matrix to do this. An image is a collection of points (representing each pixel). There are several ways in VB to accomplish what you are asking. One is through pure VB code using Point and Pset. Another is through the windows API which is quite a bit faster.

I have found a wonderful site that will show you several ways to do what you are asking and provides even example projects to play with. I am quite confident you will find what you need. Just select the type you want from the menu on the left.

Enjoy!

2006-08-23 16:07:39 · answer #1 · answered by Martyr2 7 · 0 0

fedest.com, questions and answers