You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through dcmtk R package, not currently. The dcmj2pnm function from dcmtk
can do it. In a new R session, or restart R, run
devtools::install_github("muschellij2/dcmtk")
library(dcmtk)
png::readPNG(png)
you can also use oro.dicom::readDICOM to read in DICOM data, then
use png::writePNG to write it out.
John
On Fri, Feb 8, 2019 at 11:31 AM captcoma ***@***.***> wrote:
Dear Mr. Muschelli
Thank you very much for sharing this package.
Is there any possibility to convert DICOM to jpeg or PDF in R?
Thank you for your help
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBnrk9cyRCXH2nuRu2M36pe9Twq8i6Qks5vLezGgaJpZM4axtrz>
.
Dear Mr. Muschelli
Thank you very much for sharing this package.
Is there any possibility to convert DICOM to jpeg or PDF in R?
Thank you for your help
The text was updated successfully, but these errors were encountered: