TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sashah
NA
6
0
Byte arrays
Apr 21 2005 11:49 AM
I want to manipulate pixels using byte arrays. I use the memory stream function to write the byte array and then get the image from the stream. I know i can do this particular bit of code easily without the byte array but the whole point is that i need to be able to construct an image from an array of bytes for a project im doing. can anyone help me please!!!!!!!!!!!!!!! heres some code my problem is the 2nd to last line Image iq = Image.FromStream(st), it says invalid perameter used ; Bitmap q = new Bitmap ("c:\\desktop1.bmp"); byte [] pixel = new byte [q.Height*q.Width] ; for (int x=0; x
Reply
Answers (
0
)
{Help Pls} Coordinate work of curves and Interpolation
C# pass/return bitmap to VB6