comparison Core/Images/PngWriter.cpp @ 2143:fd5875662670

creation of namespace SystemToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:54:23 +0100
parents aa4b8895cd23
children baf8dd89b4e0
comparison
equal deleted inserted replaced
2142:5a8840920121 2143:fd5875662670
37 #include <stdint.h> 37 #include <stdint.h>
38 #include <png.h> 38 #include <png.h>
39 #include "../OrthancException.h" 39 #include "../OrthancException.h"
40 #include "../ChunkedBuffer.h" 40 #include "../ChunkedBuffer.h"
41 #include "../Toolbox.h" 41 #include "../Toolbox.h"
42 #include "../SystemToolbox.h"
42 43
43 44
44 // http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-4 45 // http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-4
45 // http://zarb.org/~gc/html/libpng.html 46 // http://zarb.org/~gc/html/libpng.html
46 /* 47 /*