On Tuesday, 7 July 2015 at 03:46:55 UTC, Rikki Cattermole wrote:
write("filename", myImage.asFreeImage().toBytes("png")); //
Um, does this line mean that code to support ALL image formats in the library is going to end up in the executable? Selecting which image formats are supported by the application should be an explicit choice done by the application code.
