Medical Image Conversion and Printing Solution

Заказчик: AI | Опубликовано: 23.10.2025
Бюджет: 250 $

Project Description and Problem We are developing an application similar to Print SCP that receives DICOM medical images from devices such as x-ray machines, then converts them to regular images (PNG or JPG) and sends them directly to the printer. We started the project in Python using libraries like pydicom and pynetdicom, but we encountered compatibility issues between devices and printers. So we rebuilt the project in C++ to improve performance and control the data reception and printing process. The program now successfully receives print commands from medical devices, but the current problem: The printed images appear completely white—that is, there is a problem with the decoding or sending of the DICOM data to the printer. The freelancer is required to: Review the DICOM data parsing/decoding code before printing. Ensure that the pixel data is being processed and sent correctly. Check the print settings or image format sent to the printer. Determine the cause of the white images (whether the error is in the conversion or the sending to the printer). The code is available here: https://github.com/Joerm-sweft