Desired behavior
gz-common could be built without using FreeImage.
Alternatives considered
N/A
Implementation suggestion
Use https://github.com/nothings/stb/blob/master/stb_image.h for image loading.
Additional context
- By not supporting less commonly used image formats, the attack surface of image loading is reduced.
- FreeImage has an active SVN but they have not made a release since 2018.