How do I convert from .ppm
to .png
? I am using C++ in Visual Studio 2017.
I have heard about Magick++
, but I don't know how to download or use it. Can someone provide a download link for Windows 32bit? (Got 64bit processor, but don't want to mess other bits up).
Are there any other libraries which might be suitable for this?
Thanks!
EDIT
I no longer need to convert this, I just used an online converter instead.