Feature Requests.

What do you mean? The PNMImage class manages reading and writing image files from disk. The Texture class manages copying images to and from the graphics engine. They’re related, but fundamentally different operations, and I don’t think you want them to be handled by the same class.

Or maybe you’re really just asking for methods like setXel() added to Texture?

David