jpeg - JPEG在DICOM中无损

标签 jpeg dicom pillow

DICOM spec中,传输语法之一是1.2.840.10008.1.2.4.70,定义为JPEG Lossless, Nonhierarchical, First- Order Prediction (Processes 14 [Selection Value 1])

“JPEG无损,非分级,一阶预测(过程14 [选择值1])”是什么意思?这种格式与JPEG-LS相同吗? This page似乎表明存在一些差异(JPEG-LS在底部列出)。

是否可以在Python中读取或写入此格式?查看Pillow的文档对我来说尚不清楚该格式是否受支持。

This post is somewhat relevant

最佳答案

JPEG无损一阶

Identical to the main JPEG lossless, but with a constrained value for the
predictor, giving a slightly simplified algorithm, with slightly greater
speed, but slightly less compression on most images (2-5% typically)
(from medicalconnections wiki)

您可以看看GDCM对jpeg压缩的dicom图像进行编码。
GDCM Wiki Link

关于jpeg - JPEG在DICOM中无损,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27913318/

相关文章:

batch-file - 用于优化数千张图像的批量图像压缩工具

c - RGB888(24位)转PNG/JPEG图像算法

javascript - 使用 XTK 的 X.volume() 显示 .dcm 文件

python - 使用 PIL 从任何图像中删除透明度/alpha

cs50 pset5 为什么我的图像恢复程序只能恢复 50 个图像中的 49 个?

c - 在c中使用libjpeg保存CMYK灰度

java - 如何用 Java 读取 DICOM 文件的内容?

standards - 存储 promise 服务 : why I really need a what is the real purpose?

python - 由于 UnicodeDecodeError,无法安装 PIL

django - 如何将 Pillow 图像对象保存到 Django ImageField?