This PR introduces fuzz testing to the pixeldata crate.
decode_image_file continues the task of opening a DICOM file and also decodes its image data into a vector of pixels.
decode_simple_image constructs a DICOM object by reading image attributes in a non-standard format and inserting them into an empty DICOM object with the transfer syntax Explicit VR Little Endian.
This PR introduces fuzz testing to the
pixeldata
crate.decode_image_file
continues the task of opening a DICOM file and also decodes its image data into a vector of pixels.decode_simple_image
constructs a DICOM object by reading image attributes in a non-standard format and inserting them into an empty DICOM object with the transfer syntax Explicit VR Little Endian.No issues were encountered in my local runs.