comparison Orthanc/Core/Images/ImageAccessor.h @ 145:d850500b8ca6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:15:05 +0100
parents e8cfda4c8a2f
children 5dc54316d68b
comparison
equal deleted inserted replaced
144:daf99382bc18 145:d850500b8ca6
123 123
124 ImageAccessor GetRegion(unsigned int x, 124 ImageAccessor GetRegion(unsigned int x,
125 unsigned int y, 125 unsigned int y,
126 unsigned int width, 126 unsigned int width,
127 unsigned int height) const; 127 unsigned int height) const;
128
129 void SetFormat(PixelFormat format);
128 }; 130 };
129 } 131 }