Skip to content

Commit 639c5ed

Browse files
committed
997972-ug: Added proper details in image compression.
1 parent 332a4fa commit 639c5ed

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Document-Processing/PDF/PDF-Library/NET/Working-with-Document-Conversions.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,27 @@ Essential<sup>&reg;</sup> PDF supports JBIG2 compression for best compression of
987987

988988
Refer the below code snippet to draw a single frame monochrome TIFF image with JBIG2 compression using [EncodingType](https://help.syncfusion.com/cr/document-processings/Syncfusion.Pdf.Graphics.EncodingType.html) Enum.
989989

990+
<table border="1">
991+
<th style="font-size:14px" width="100px">Encoding Type</th>
992+
<th style="font-size:14px">Image Type</th>
993+
<th style="font-size:14px">Compression Applied</th>
994+
<tr>
995+
<td>Default</td>
996+
<td>All images</td>
997+
<td>Applies <b>Deflate (DEFLATE)</b> compression to monochrome, grayscale, and color images.</td>
998+
</tr>
999+
<tr>
1000+
<td>Default</td>
1001+
<td>TIFF images</td>
1002+
<td>Monochrome TIFF images use <b>CCITT Group 4 (CCITT4)</b> compression by default.</td>
1003+
</tr>
1004+
<tr>
1005+
<td>JBIG2</td>
1006+
<td>All images</td>
1007+
<td>Supported only in lossy mode and only for single-frame TIFF images.</td>
1008+
</tr>
1009+
</table>
1010+
9901011
{% tabs %}
9911012

9921013
{% highlight c# tabtitle="C# [Cross-platform]" %}

0 commit comments

Comments
 (0)