I run some tests for JPEG/RLE compressed images using the library and i wanted to share some results.
I am using sample images from various sources for almost every transfer syntax.
Until now,I am seeing decoding issues with the following JPEG TSs:
1.2.840.10008.1.2.4.51JPEG Extended
1.2.840.10008.1.2.4.57 JPEG Lossless
1.2.840.10008.1.2.4.81 JPEG-LS Lossy (Near-Lossless) Image Compression
1.2.840.10008.1.2.4.91 (this one is caused by unsupported photometric interpetation -YBR-ICT)
I am attaching the images for reference.
Other TSs which i tested without issues are:
1.2.840.10008.1.2.4.50
1.2.840.10008.1.2.4.70
1.2.840.10008.1.2.4.80
1.2.840.10008.1.2.5
1.2.840.10008.1.2.4.90
(for test i used Vb.net 2010: bmp = DcmImage.RenderImage(0) showing bmp in picturebox)
(where DcmImage is DicomImage)
images are from David Clunie.