Hi,
I am unable to display any GIF image stored on external drive using the function IMAGE_SetGIFEx(). I am able to display BMP files with IMAGE_SetBMPEx() and using same callback function. Since there is no return value I am not sure what should I check. I have read something about 16kbytes of dynamically allocated RAM for decompression. How could I check that the problem is not there? Is it always needed to allocate such large memory area even if GIF image size is just few bytes (e.g. 200 bytes)?
Thanks,
Roman
I am unable to display any GIF image stored on external drive using the function IMAGE_SetGIFEx(). I am able to display BMP files with IMAGE_SetBMPEx() and using same callback function. Since there is no return value I am not sure what should I check. I have read something about 16kbytes of dynamically allocated RAM for decompression. How could I check that the problem is not there? Is it always needed to allocate such large memory area even if GIF image size is just few bytes (e.g. 200 bytes)?
Thanks,
Roman
The post was edited 1 time, last by romanp ().