Hi guys and gals! I'm using C++ (Visual Studio) and I want to check if a .bmp file is legit (not some renamed virus.exe) before the user can share it over the internet with other users using my application. I'm using DirectX 2d rendering and boost framework.
Is there an (easy?) way to validate bitmaps?
Thanks.