]> Creatis software - gdcm.git/commit
Add a user supplied example 'Grey to RGB'
authorjpr <jpr>
Wed, 15 Jun 2005 10:06:36 +0000 (10:06 +0000)
committerjpr <jpr>
Wed, 15 Jun 2005 10:06:36 +0000 (10:06 +0000)
commit031dab1266be5850ffa788ebe4fdc3fe2b6c2511
treef7a58e3db0f0a378d7796c7dd1299155de9dc0a8
parent1184bb0a9f829f36d0aecb170427259a10c2d4e7
Add a user supplied example 'Grey to RGB'
that converts a 8/16 Bits 'grey level' image (Samples per Pixel = 1)
into an 'RGB image' (Samples per Pixel = 3)
Result may be usefull for performing some checks
Example/CMakeLists.txt
Example/exGrey2RGB.cxx [new file with mode: 0644]