2009-11-17, 03:13 AM
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:
There's the additional problem of telling the computer that the images have alpha as well. How would one go about doing this?
Here's what I'm attempting to do:
- Take byte arrays representing images from source files. NO EXCEPTIONS!! OR SO HELP ME GAWD!!
- Apply various modifications to the byte arrays to form new images/composite images.
- 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?

