Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting byte[] into an Image object
#1
I'm trying my hand out with Visual C# and going into the realm of programming applications. Since I luv editing images and screwing around with them and whatnot, I would like to be able to "create" new images and be able to preview them in a window. Previously with Java, I would just modify the byte array however I needed to then write it into a PNG file, then look at it from there.

Here's what I'm attempting to do:
  1. Take byte arrays representing images from source files. NO EXCEPTIONS!! OR SO HELP ME GAWD!!
  2. Apply various modifications to the byte arrays to form new images/composite images.
  3. Preview the results WITHOUT needing to writing to a file on the hard drive then referencing it.

There's the additional problem of telling the computer that the images have alpha as well. How would one go about doing this?
Reply


Messages In This Thread
Converting byte[] into an Image object - by KajitiSouls - 2009-11-17, 03:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)