python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
creating a 16 bit tiff image
I am trying to create a 16-bit greyscale ring simulation and for some reason, it just does not work.
Let me explain, at the beginning, I wrote it in 8-bit format, and then I realized I need it in 16-b...
Omer Elbaz
Votes: 0
Answers: 2
Find maximum intensity count from gray scale 16 bit tiff image
original imageI have a 16 bit tiff image. I would like to get following information from the image
maximum intensity count.
even though my bit size is 16 bit, why is my color bar restricted to 256 ...
vashista
Votes: 0
Answers: 0
Convert strings to 16Bit UTF integers in Javascript
I'm working with firebase firestore and for some reason I need to hash every new user document ID to integer specifically a 16Bit UTF integer. Mostly it's an attempt at duplicating the .hashcode metho...
MSadiq
Votes: 0
Answers: 1