Posted by Angelika Erhardt on Feb 03, 2014; 6:43pm URL: http://imagej.273.s1.nabble.com/Aw-finding-info-from-TIF-file-tp5006388.html
Hide it in a pixel of an RGB image: An RGB image pixel has 3 bytes, i.e. a range from 0 -- 2^(24)-1, corresponding to a range from 0 -- 16777216.
That should be enough for your relatively small numbers.
How to do that you can find nicely explained in
Werner Bailer: Writing ImageJ Plugins—A Tutorial, on p. 17
Gesendet: Montag, 03. Februar 2014 um 11:24 Uhr
Von: "Willem D Stevens" <[hidden email]>
An: [hidden email], [hidden email] Betreff: finding info from .TIF file
I Am a newbie in imaging but for a riddle I need to find some information out of an TIF file.
I tried all the basic options using IMAGEJ but did not found what I was looking for.