Search found 20 matches

by tco95ttocs
2017-09-05T01:37:49-07:00
Forum: Magick.NET
Topic: 32bit tif to 8bit jp2 or tif -> peaks in histogram
Replies: 8
Views: 17163

Re: 32bit tif to 8bit jp2 or tif -> peaks in histogram

perfect new Magick.net Version 7.0.7 works fine :D
by tco95ttocs
2017-08-31T22:42:15-07:00
Forum: Magick.NET
Topic: 32bit tif to 8bit jp2 or tif -> peaks in histogram
Replies: 8
Views: 17163

Re: 32bit tif to 8bit jp2 or tif -> peaks in histogram

thx for helping :)
i hope the the repaired .net Version will follow as soon as possible!
by tco95ttocs
2017-08-30T23:05:14-07:00
Forum: Magick.NET
Topic: 32bit tif to 8bit jp2 or tif -> peaks in histogram
Replies: 8
Views: 17163

Re: 32bit tif to 8bit jp2 or tif -> peaks in histogram

i know that there are som higher peaks in the original file, but in the histograms i provided you can see the black and white lines! and they comes when using the code above in VS 2013! So where are they from? I tested it with the command-line and i got the same wrong histogram when converting tif t...
by tco95ttocs
2017-08-30T02:46:06-07:00
Forum: Magick.NET
Topic: 32bit tif to 8bit jp2 or tif -> peaks in histogram
Replies: 8
Views: 17163

Re: 32bit tif to 8bit jp2 or tif -> peaks in histogram

Hi at first here is my sample code: string img = Verzeichnis.Text + @"/" + selectedItem; MagickImage bmp = new MagickImage(img); foreach (var wert in bmp.Separate()) { i++; switch (i) { case 1: text = "R"; break; case 2: text = "G"; break; case 3: text = "B"; ...
by tco95ttocs
2017-08-29T22:24:41-07:00
Forum: Magick.NET
Topic: 32bit tif to 8bit jp2 or tif -> peaks in histogram
Replies: 8
Views: 17163

32bit tif to 8bit jp2 or tif -> peaks in histogram

Hi guys, at first i want to say, that i'm new in using Magick.net, but i think something could be wrong when separating channels from a 4-channel 32bit tif to four 8bit greyscale jp2 or to four 8bit greyscale tif. Visual the files are ok but when i have a look to the histogram, it seems to be broken...