Mercurial > hg > orthanc-webviewer
view Orthanc/Resources/ThirdParty/base64/base64.h @ 184:59c6ea40fe4f
Fix for Osimis issue WVB-319: Some images are not loading in US_MF
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Jan 2018 16:39:45 +0100 |
parents | d850500b8ca6 |
children |
line wrap: on
line source
#include <string> std::string base64_encode(const std::string& stringToEncode); std::string base64_decode(const std::string& s);