How to set Tif Tag PHOTOMETRIC form BlackIsZero to WhiteIsZero ? #1760
Unanswered
Charltsing
asked this question in
Help
Replies: 4 comments
-
What happens when you add this: processed.Settings.SetDefine(MagickFormat.Tiff, "quantum:polarity", "min-is-white"); This should probably be added to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
it does not work ! I creat a tifdemo project to test BlackIsZero, use MetadataExtractor to Read Tags
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It should be |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks a lot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Magick.NET version
13.10.0
Environment (Operating system, version and so on)
Windows10, net framework 4.7.2
Description
I save pbm to tif, Tif Tag PHOTOMETRIC is BlackIsZero.
I want to change BlackIsZero to WhiteIsZero to align with the behavior of other software
BlackIsZero.zip
Beta Was this translation helpful? Give feedback.
All reactions