Is there a way to convert a DICOM file to JPG using Paperclip?
Thanks.
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 ] }
And it worked.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs