I have to convert a DICOM image into any supportable format for UIImageView such as JPG, PNG, etc. Are there any frameworks to implement in iOS for iPad?
I found ITK useful to do this but still I don’t know how use ITK to implement this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only opensource DICOM library I know of is Imebra; it claims support for Windows and OSX only, but as a C++ library I can’t foresee any major difficulties with porting it to iOS.