Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ Refer the below code snippet to draw a single frame monochrome TIFF image with J
<th style="font-size:14px">Compression Applied</th>
<tr>
<td>Default</td>
<td>All images</td>
<td>Non-TIFF images</td>
<td>Applies <b>Deflate (DEFLATE)</b> compression to monochrome, grayscale, and color images.</td>
</tr>
<tr>
Expand All @@ -1003,7 +1003,7 @@ Refer the below code snippet to draw a single frame monochrome TIFF image with J
</tr>
<tr>
<td>JBIG2</td>
<td>All images</td>
<td>Monochrome (bi-level)</td>
<td>Supported only in lossy mode and only for single-frame TIFF images.</td>
</tr>
</table>
Expand Down