Mercurial > hg > orthanc-webviewer
view Orthanc/Resources/ThirdParty/base64/base64.h @ 126:f99adade8b77
Fixed rendering of 16bpp images if values are < 0 or >= 32768
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Mar 2016 11:55:35 +0100 |
parents | 15acbf5e7545 |
children | d850500b8ca6 |
line wrap: on
line source
#include <string> std::string base64_encode(const std::string& stringToEncode); std::string base64_decode(const std::string& s);