Completed
Last Updated: 16 Feb 2022 13:33 by ADMIN
Release R1 2022 SP1
mike
Created on: 11 Feb 2022 10:22
Category: PdfProcessing
Type: Bug Report
1
PdfProcessing: Converting PNG to Jpeg only processes a part of the image on .NET 6

When exporting PDF documents containing images different than Jpeg and Jpeg2000 the PdfProcessing is using by default the ImageSharp library in order to convert these images to Jpeg.

It seems there is an issue in the older version of the ImageSharp library: Saving a PNG as Jpeg only processes a part of the image on .NET 6.

Workaround: This issue seems to be fixed in the current version (2.0.0) of the ImageSharp library.

0 comments