❔ FreeImage does not contain a definition for GetBitmap
Every tutorial I find says
Bitmap bitmap = FreeImage.GetBitmap(dib);
Bitmap bitmap = FreeImage.GetBitmap(dib);
should be a working code. However, in my case GetBitmap is not reconized as a valid function. Is something outdated here? Am I doing something wrong here?