How to set padding for base64 encoding

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 7 05:24:06 PDT 2016


On Thursday, 7 April 2016 at 12:19:48 UTC, Kagamin wrote:
> Create a range that would remove the newline characters from 
> string, then decode from that.

std.file.write("output.png", Base64.decode(myimg.chomp));

The same error


More information about the Digitalmars-d-learn mailing list