Skip to content

Commit

Permalink
readd pgx+mono2 code path
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Aug 11, 2022
1 parent 9b7a87f commit f1027ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmPGXCodec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ bool PGXCodec::Write(const char *filename, const DataElement &out) const
"You need to decompress first." );
return false;
}
#if 1
gdcm::PhotometricInterpretation pi = this->GetPhotometricInterpretation();
#if 0
if( pi != gdcm::PhotometricInterpretation::MONOCHROME2 ) {
gdcmErrorMacro( "Bogus PI" << pi );
return false;
Expand Down

0 comments on commit f1027ea

Please sign in to comment.