Mercurial > hg > orthanc
comparison Core/Images/ImageAccessor.h @ 2103:a89ca69ec1d1
ImageAccessor::SetFormat
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Oct 2016 11:42:30 +0200 |
parents | 369897749653 |
children | a3a65de1840f |
comparison
equal
deleted
inserted
replaced
2102:f0544ab9396b | 2103:a89ca69ec1d1 |
---|---|
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 } |