-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Issue Description:
When converting a TIFF image to a PDF using the Tiff2Pdf sample provided in the repository, we encountered an issue where the converted image turns completely black.
Steps to Reproduce:
Use the Tiff2Pdf sample to convert a TIFF image to a PDF.
Provide the attached TIFF file as input.
Observe that the output PDF has a black image instead of the expected image content.
Expected Behavior:
The converted PDF should retain the original image without any color inversion or black-out issues.
Actual Behavior:
The image in the output PDF appears completely black.
Attachments:
Input TIFF file: [Attach input file]
Input Image Preview: [Attach screenshot]
Current Output PDF Snapshot (Issue): [Attach screenshot]
Expected Output Snapshot: [Attach expected output screenshot]
Environment Details:
Library Version: [Specify libtiff.net version]
.NET Version: https://www.nuget.org/packages/BitMiracle.LibTiff.NET/2.4.660
Operating System: [Specify OS and version]
Request:
Kindly investigate this issue and suggest a workaround or fix.
Thanks!