ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIFF 16 Bit grayscale

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
carlonarcisi Posted - Oct 28 2015 : 12:40:50
Hello guys
I've TIFF images medical, are in 16-bit grayscale.
ImageEn can read it but it's all black !
Is there a way to make it visible ?
here attach file tif
thanks
carlo


attach/carlonarcisi/20151028124031_00000001.zip
2397.61 KB
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 10 2015 : 15:09:35
Hi

In our analysis ImageEn correctly displays this image, which contains an invisible range of values.

To show the image you should adjust the visible range using TImageEnView.IEBitmap.BlackValue and WhiteValue. This is done automatically if you call AutoCalcBWValues():

imageenview1.LegacyBitmap := false;
imageenview1.IO.NativePixelFormat := true;
imageenview1.io.loadfromfile('00000001.TIF');
imageenview1.IEBitmap.AutoCalcBWValues; 


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Oct 29 2015 : 05:34:41
Hello Carlo,
you can use my Tool "DigiFoto" to read or work with picture.
It's how photoshop but freeware.
http://www.klausdoege.de/DigiFoto/

Klaus
www.klausdoege.de
carlonarcisi Posted - Oct 29 2015 : 05:10:29
Klaus ! thanks for your time !
Nigel has already given me the bad news ...

The images I'm trying to open a 16-bit TIFF are used in the medical environment.
At the time apart from the program written in java (ImageJ) , I can read the image TIFF 16Bit with a demo of LeadTools ..
But I'm not going to buy LeadTools !
Thanks a lot
carlo
klausdoege Posted - Oct 29 2015 : 04:47:56
Here is your first image, open with Imageen
and save with imageen.
I take my own prgram "DigiFoto"
But you must change the white value see histogram.
Your picture has only value's between 0..18
The color value's from 20 to 255 are = 0(black)
I have set the white value on 20 and you can see the result in the attached file.

attach/klausdoege/201510294477_00000001x.zip
103.74 KB

Klaus
www.klausdoege.de
carlonarcisi Posted - Oct 28 2015 : 15:21:01
hi Klaus
in attach the same image grayscale 8bit


attach/carlonarcisi/2015102815192_00000001_8Bit.zip
761.51 KB

i've used ImageJ to open 16Bit GrayScale image, convert it to 8 Bit .. and finally save it at 8bit grayscale (the file in attach)

https://it.wikipedia.org/wiki/ImageJ

ideas ?

carlo
klausdoege Posted - Oct 28 2015 : 15:03:54
Hi Carlo,
this Picture it's not only Black.
It's only verry black.
I can see this with Imageen.

Klaus
www.klausdoege.de