diff Core/Toolbox.h @ 800:ecedd89055db

generation of DICOM images from PNG files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 May 2014 16:33:40 +0200
parents 203157cb4fde
children 4689e400e0fa
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue May 06 12:55:41 2014 +0200
+++ b/Core/Toolbox.h	Tue May 06 16:33:40 2014 +0200
@@ -122,5 +122,9 @@
     void TokenizeString(std::vector<std::string>& result,
                         const std::string& source,
                         char separator);
+
+    void DecodeDataUriScheme(std::string& mime,
+                             std::string& content,
+                             const std::string& source);
   }
 }