DICOM to JPG using Paperclip

Is there a way to convert a DICOM file to JPG using Paperclip?

Thanks.

I used this: has_attached_file :image, :styles => { :original =>
[ “100%”, :jpg ] }

From:
http://groups.google.com/group/paperclip-plugin/browse_thread/thread/6764f7705242289c/be8b6751833480fd?lnk=gst&q=conversion#be8b6751833480fd

And it worked.