Log Message: |
When Saving/Viewing images, don't call GrannyCopyTexture, rather handle it manually
by decompressing the bink texture or using the pixel bytes as they are.
Calling GrannyCopyTexture only works after converting from mangaged to native, and
then back to managed (i.e. after saving, then re-opening) before the native pointers
are updated.
|