X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexOverlaysACR.cxx;h=21d69bc3a4707652d89fca7648d22544c2fb3670;hb=70502c22fe6a622c3bf335f27f9db7ba553e8190;hp=61590cf985d4b4ce071676cd841450f07b03c4da;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/Example/exOverlaysACR.cxx b/Example/exOverlaysACR.cxx index 61590cf9..21d69bc3 100644 --- a/Example/exOverlaysACR.cxx +++ b/Example/exOverlaysACR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exOverlaysACR.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:28 $ - Version: $Revision: 1.9 $ + Date: $Date: 2006/06/30 09:52:53 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -134,6 +134,8 @@ int main(int argc, char *argv[]) // We don't use a gdcm::FileHelper, since it rubs out // the 'non image' bits of the pixels... + + /// \todo : Previous remark doesn't work if pixels are compressed ! int nx = f->GetXSize(); int ny = f->GetYSize();