Search found 4 matches

by raju0003
Tue, 2009-10-27, 07:03
Forum: DCMTK - General
Topic: How to Write 16 bit bmp ?
Replies: 6
Views: 7248

thanks for your reply sir , bool CxImageDCM::LoadDCM(const TCHAR* filename) { DcmFileFormat *dfile = new DcmFileFormat(); OFCondition cond = dfile->loadFile(filename, EXS_Unknown, EGL_withoutGL,DCM_MaxReadLength,OFFalse); if (cond.bad()) { AfxMessageBox(cond.text()); } E_TransferSyntax xfer = dfile-...
by raju0003
Mon, 2009-10-26, 04:56
Forum: DCMTK - General
Topic: How to Write 16 bit bmp ?
Replies: 6
Views: 7248

Thanks ...for your replay sir ..i hope its helpful for me


Sir i have one doubt ...how to get RAW image data and then we have to add 16 bit bmp header into raw image data ..is it possible ?? sir

is DCMTK Package support for Getting the RAW Image data ..??/

thanks

raju
by raju0003
Sat, 2009-10-24, 05:04
Forum: DCMTK - General
Topic: How to Write 16 bit bmp ?
Replies: 6
Views: 7248

Thanks for your replay Sir ...


Please give any other alternative solution !!!!!!!!!!!

Thanks

Raju K
by raju0003
Fri, 2009-10-23, 12:30
Forum: DCMTK - General
Topic: How to Write 16 bit bmp ?
Replies: 6
Views: 7248

How to Write 16 bit bmp ?

Hello Sirs, I am very new in DCMTK Packages I am using DCMTK 3.5.3 version, This is my probs..?/ int writeBMP(const char *filename, const int bits = 0, const unsigned long frame = 0); di->writeBMP(D:\\from_dicom.bmp,8,0) or di->writeBMP(D:\\from_dicom.bmp,24,0) When I use these 8 or 24 bits , its wo...