My tool mainly do two things.
- It extracts the embedded JPEG.
- It reads the encrypted/compressed RAW X3 data and saves it as layers in a TIFF file.
The RAW X3 data is not RGB. It has the same structure as an RGB image, so it can be saved in a TIFF.
Therefore, a step that converts this RAW data to RGB is needed.
For Quattro, there is an extra complication. The layers are not the same resolution. So .... it cannot be saved in a TFF as it is. Therefore, the tool expands the lower layers from 5 MP to 20 MP before saving to the TIFF.