wyrd
Well-known member
With Bitmaps theres an option to LockBits which provides a BitmapData class and access to the actual bytes in memory. However, I want to load something other than a bitmap (a TGA to be more specific). Using Image.LoadFromFile gives me a nice Image object, unfortunately I see nothing similar to LockBits.
Thanks in advance.
Thanks in advance.