What's the best way to display a GIF file in a Lazarus program?
I had a program that used OPBitmap that displayed GIF images. But the version of OPBitmap I had did not compile with 0.9.26. I downloaded the latest version of OPBitmap and compiled that, but now GIF files are treated as an unknown format. What to do?
I'm not sure if OPBitmap is the best thing to use anyway. Is it cross-platform? I have only ever used it under Windows but I want this program to work under Linux as well.