-
Hello everyone, I have the following question. I have GIFs that are displayed incorrectly in the PDF (pages with A4). And I can't find a way to draw them correctly. I embed the images as follows: Data from the GIF: Even if I do the following, the image is blurred: My question now is, why is the image so blurred? Best regards and many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have found the error. I had created a new SKDocumentPdfMetadata for SKDocument.CreatePdf(...) but not set EncodingQuality, so the images were not saved without loss. Sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
I have found the error. I had created a new SKDocumentPdfMetadata for SKDocument.CreatePdf(...) but not set EncodingQuality, so the images were not saved without loss.
Sorry for the inconvenience.