Closed Lachee closed 4 years ago
Describe the bug When calling GetImageData or GetPixels, go will have a fatal panic with memory access violation.
GetImageData
GetPixels
To Reproduce Steps to reproduce the behavior:
image.GetPixels
Expected behavior GetPixels should return array of colors. This array ideally should be within the go managed enviroment and not link to C memory.
Desktop (please complete the following information):
Seems to be fixed
Describe the bug When calling
GetImageData
orGetPixels
, go will have a fatal panic with memory access violation.To Reproduce Steps to reproduce the behavior:
image.GetPixels
Expected behavior GetPixels should return array of colors. This array ideally should be within the go managed enviroment and not link to C memory.
Desktop (please complete the following information):