How to compress a DICOM image into a compressed format for storage.
-
1. Translate DICOM format to raw format: To save image file into a binary file format as a 1 dimensional array. 2. Compression- To use Run-Length Coding (RLC) compression algorithm to compress the information in the raw format file. INclude a header: Row & Coloumn size. 3. De-compression- Open file to display the image file. Basically it is to translate a DICOM format to raw format and save it as a binary file format. Using RLC to compress the information in the raw format file so that the image can be view in future when I open the binary file format. If anyone is able to help please drop me a mail asap to ulusai@yahoo.com.sg. Thank you.
-
1. Translate DICOM format to raw format: To save image file into a binary file format as a 1 dimensional array. 2. Compression- To use Run-Length Coding (RLC) compression algorithm to compress the information in the raw format file. INclude a header: Row & Coloumn size. 3. De-compression- Open file to display the image file. Basically it is to translate a DICOM format to raw format and save it as a binary file format. Using RLC to compress the information in the raw format file so that the image can be view in future when I open the binary file format. If anyone is able to help please drop me a mail asap to ulusai@yahoo.com.sg. Thank you.
There is a DICOM RT group(dicomrt@yahoogroups.com), you might get your solution over there.
- Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw