Initial feedback for std.experimental.image
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 9 16:44:05 PDT 2015
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.
More information about the Digitalmars-d
mailing list