Removing tag 347, JPEGTables #1354
Answered
by
dlemstra
johneightyone
asked this question in
Help
-
Can anyone tell me if it's possible, and how, to NOT include JPEG tables for a JPEG compressed TIF file? |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Mar 3, 2023
Replies: 1 comment
-
This is not yet possible but you will be able to do that in the next release (13.0.0 planned for 2023-03-13): new TiffWriteDefines
{
JpegTablesMode = TiffJpegTablesMode.None
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johneightyone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not yet possible but you will be able to do that in the next release (13.0.0 planned for 2023-03-13):