Program: gdcm
Module: $RCSfile: TestMakeIcon.cxx,v $
Language: C++
- Date: $Date: 2007/06/26 15:42:45 $
- Version: $Revision: 1.13 $
+ Date: $Date: 2007/08/29 15:56:41 $
+ Version: $Revision: 1.14 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
icon->AddSQItem(sqi, 1);
sqi->Delete();
- // icone is just define like the image
+ // icone is just defined like the image
// The purpose is NOT to imagine an icon,
// just check the stuff works
Program: gdcm
Module: $RCSfile: TestReadWriteJPEGReadCompare.cxx,v $
Language: C++
- Date: $Date: 2007/08/29 08:26:54 $
- Version: $Revision: 1.3 $
+ Date: $Date: 2007/08/29 15:56:41 $
+ Version: $Revision: 1.4 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
if( !fileout->IsReadable() )
{
std::cout << "Failed" << std::endl
- << "Test::TestReadWriteReadCompare: Could not parse the newly "
+ << "Test::TestReadWriteJPEGReadCompare: Could not parse the newly "
<< "written image:" << filename << std::endl;
file->Delete();
filehelper->Delete();
Program: gdcm
Module: $RCSfile: TestReadWriteReadCompare.cxx,v $
Language: C++
- Date: $Date: 2007/07/25 16:14:33 $
- Version: $Revision: 1.31 $
+ Date: $Date: 2007/08/29 15:56:41 $
+ Version: $Revision: 1.32 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
uint8_t *imageData = filehelper->GetImageData(); //EXTREMELY IMPORTANT
// Sure, it is : It's up to the user to decide if he wants to
// GetImageData or if he wants to GetImageDataRaw
- // (even if we do it by setting a flag, he will have to decide)
+ // (even if we do it by setting a flag, *he* will have to decide)
//filehelper->SetImageData(imageData, dataSize);