I am looking for a procedure to extract DICOM image from all DICOM files in a directory into a more common image format. (BMP, etc.) I have tried another program called "DICOM2", but when it extracted the images out, it didn't apply window, level, and other DICOM processing to the image, resulting in original image. This isn't what I want. In GDCM, I have successfully acquired the window and level values, but if I am to use VTK and GDCM to extract DICOM image from all DICOM files in a directory, what are some of the functions I should be looking for?<br>
<br>Thank you very much.<br>