I am working on DOCX to HTML conversion. I am trying to run my application in the docker container. If I use a transparent image (8 bit compressed) in the document then the conversion fails in the docker container. It works if I run in the host machine (e.g. Windows 10 or Ubuntu).
A sample project is attached.
CompressedImageIssue.zip (8.8 MB)
Note: Use the readme.txt file to run the project in the docker environment.
Please let me know if you need more details.