16 bits gray 0 to 32768 - why?

This question might have been answered before but I could not find a clear one searching the forums.
First I understand 32768 and not 32767 (from 0 that would be 15 bits) because it simplifies the math and accelerate processing.
Can someone confirm this?
Second this is only 15 bits so where is gone the 16th one, Why is it hidden and what is it used for?
I need to understand exactly how and why it works like that and how a Tiff gray 16 bits would convert in Photoshop because I use this format to process 3D scans of surfaces... convert the depth values of my 3D in levels of grays, processing in Photoshop and then reexporting to 3D for routing.

ok you have a point here.
So out of the last bit that in theory could give 32768 extra values, only one is actually used
But if the 16th bit was fully used then the maximum value would be 65535, and loosing the midpoint, or a 17th bit would have been necessary to get the value 65536... to get the midpoint back. Am I right?
About calculations:
HSB using B
100% gives 32768 reading with eyedropper
1% gives 164 (seems not correct, should be 328) in grayscale reading with eyedropper but  R G and B all at 326 (seems not correct, should be 328, note that file is grayscale 16 bits but values readable in RGB)
2% gives 328 (seems not correct, should be 656) in grayscale reading with eyedropper but  R G and B all at 652 (seems not correct, should be 656)
10% gives 1773 (seems not correct, should be 3277, but in any case 164x10 is 1640 so 10% is not 1%x10, so we don't have anything linear here as you suggested) in grayscale reading with eyedropper but  R G and B all at 3274 (seems not correct, should be 3277)
etc
99% gives 32355 (seems not correct, should be 32440) in grayscale reading with eyedropper but  R G and B all at 32442 (seems not correct, should be 32440)
This gets me quite confused

Similar Messages

  • The little clips i'm editing in iMovie 10 in the project view are hallway grayed out. Why is that?

    the little clips i'm editing in iMovie 10 in the project view are hallway grayed out. Why is that?

    Judy444 wrote:
    .. Is there a How To beginners tutorial for this program?
    here: http://www.apple.com/findouthow/movies/
    and the built-in Help of iMovie (as any other Apple app) explains a lot..

  • For the first time, I downloaded a podcast in the podcast app by clicking on the cloud icon. Now, every single play button for all of my podcast episodes is grayed out. Why can't I play any of my podcasts any more?

    For the first time, I downloaded a podcast in the podcast app by clicking on the cloud icon. Now, every single play button for all of my podcast episodes is grayed out. Why can't I play any of my podcasts any more?

    Greetings Heather,
    After reading your post, it sounds like you are experiencing an error with the Podcasts app. You may want to consider restarting the device first, and then resetting if that does not work. This article provides detailed instructions for Restarting, and Reseting:
    Turn your iOS device off and on (restart) and reset
    How to restart
    Press and hold the Sleep/Wake button on the top of your device until the red slider appears. Then drag the slider to turn your device completely off.
    After the device turns off, press and hold the Sleep/Wake button again until you see the Apple logo.
    How to reset
    You should reset your device as a last resort and only if you can't restart it.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    Thank you for contributing to Apple Support Communities,
    BobbyD

  • In placing a high resolution jpg into InDesign some whites tended to gray out. Why?

    In placing a high resolution jpg into InDesign some whites tended to gray out. Why?

    Have you checked the whites in Photoshop and made sure they are all 255|255|255? Depending on the compression used, JPEGs can have artifacts in an otherwise white field like in the edges of this low quality jpeg:

  • Fill down in Numbers is grayed out.  Why?

    Fill down in Numbers is grayed out.  Why?

    You did not hit an incorrect button
    Go to Settings>Safari>Clear History, Cookies and Cache (or clear Data in iOS 5). Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Or ....
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Or.....
    Quit Safari - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Store a 12-bit gray scale image

    I'm using a video camera to acquire images. This camera delivers 12-bit gray scale images so 4096 levels of grey. However, when I store these images on my HD on PNG format, the maximum value of a pixel is 256. Which is normal because the 3 colors R, V, B are coded onto 8 bits each. How is it possible to keep the signal dynamic of the image delivered by the camera? Does it exist an image format which would allow me to store the pixel values onto 12 bits ?

    I'm using the IMAQ function "IMAQ Write PNG file" to store the images. But then when you open these stored images with a basic software (such as Paint) each pixel is coded onto 256 levels. Do you think I should turn "Use bit depth?" option to True ?

  • When I try to download pdf files, the screen remains gray ... why?

    when I try to download pdf files, the screen remains gray ... why?

    Remove Adobe plug ins if any.
    Macintosh HD > Library > Internet Plug-ins
    AdobePDFViewNPAPI.plugin
    AdobePDFView.plugin

  • How can I save the 12-bits gray scale image ?

    Software & Hardware
    NI-IMAQ Vision 6.0
    NI-IMAQ for 1394 2.0.0
    Hamamatsu C4742-95
    I acqured the 12-bits gray scale image (Format7 , 640X512 size , 12bits) successfully.
    And CWIMAQViewer display the correct image of which the range is from 0(black) to 4096(white).
    But, I don't find the way to save this image with 12-bits format T.T
    Always, CWIMAQVision object save this image to 8-bit format.
    I tested all formats - tiff, bmp, aip, png.
    I think there are two possible problems.
    1. I dont't know the way to save the 12bits gray scale image. :{
    2. I dont't know the way to read the 12bits gray scale image that saved correctly.
    How can I save and load the 12-bits gray scale image ?
    What is the solution for this problem T.T ?

    Hello,
    I would recommend taking a look at the "ReadImage" Visual Basic project for more information on setting the image type and saving the image to file.  When you run the program, make sure you select 16 bit for your image.  You can also add another button to this example for saving the image.  Within the click subroutine for the button, you can add the line:
    CWIMAQVision1.WritePNGFile CWIMAQViewer1.Image, "C://image.png"
    This method will save the image in the viewer as a png file.  As long as it was loaded as a 16 bit image, it should save all of the 12 bit information into the file.  You could then test the new image by loading it using the example (you can see the pixel values by right-clicking on the viewer and selecting Settings>>Show Image Info.  The pixel value displayed in the info bar corresponds to the mouse position.
    Best Regards,
    Jesse D.
    Applications Engineering
    National Instruments

  • I use premiere and cannot access all of the transitions, they are grayed out. Why is this?

    I use premiere and cannot access all of the transitions, they are grayed out. Why is this?

    Maybe you have them "filtered" at the top of the FX Window (Icons)

  • I have a gray screen and why won't it load my OS?

    Ok this is the deal I have been at this for three days.  I ran a disk verification and told me that my hard drive disk needed reparied.  I tried to repair it said to get as much stuff off that I can disk can't be repaired (it gave me a gray screen, with apple logo, and a bar at the bottom).  Since Maverick just came out I thought I would get that OS from another mac I have and make a bootalbe flash drive.  I have read how to do this did it manually and did it with third party software.  When I start the mac and hit option key the only thing it showed was my mac HD and lion recovery.  So I thought well I would just recover with lion then try bootalbe flash drive again.  So I erased my Mac HD and then went into reinstall lion.  It got all the way to the last ten min and flashed an error (did not give me an error code, just told me to start over.  So I need to know what I am doing wrong or why the usb drive is not showing up with the maverick install.  If you could help me out I would appreciate it very much (I have never had so much problem with a mac and I have had one since the 80's.  Here are the sites I have already gone to and tried.
    http://liondiskmaker.com
    http://support.apple.com/kb/PH6676
    http://support.apple.com/kb/HT1948
    http://osxdaily.com/2011/07/08/make-a-bootable-mac-os-x-10-7-lion-installer-from -a-usb-flash-drive/
    http://www.gottabemobile.com/2013/10/22/perform-clean-install-os-x-mavericks/
    http://arstechnica.com/apple/2013/10/how-to-make-your-own-bootable-os-x-10-9-mav ericks-usb-install-drive/
    I hope someone can help me out there.  I have also did all the apple support with the gray screen of death and I did and was able to retrive a lot of my files back.  I also erased my hard drive and did another check and it said it was fine.
    Thanks
    Christopher Malaney

    I forgot to add I have a macbook pro late 2011 edtion and of course I was running OSX Mountian Lion (10.8.5)

  • I am using QuickTime 7 Pro and want to loop my video.  The Loop function is grayed out.  Why?  How can I loop my video?

    I am using Quicktime 7 Pro on a Max Mini to play my video on a gallery monitor.  Under View, the Loop option is grayed.  Why?  I need to play the video in a continuous loop all day.  Thank you.

    Loop appears to be "broken" in QuickTime Player Pro and 10.7.4.
    It's been fixed in 10.8 and also works in QuickTime 10, 10.1 and 10.2.
    Use 10.1 on your machine if you need to loop your playback.

  • Safari not opening PDF files. All I see is gray screen. Why?

    I'm trying to open a PDF file from a very secure website and all I see is a gray screen when I click on the link. Why does this happen? How do I fix it?
    Thanks

    Back up all data.
    Quit Safari. In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then launch Safari and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Logic X won't import a 64 bit .wav file. Why?

    I'm trying to import .wav files created with FF Tools into Logic for some editing, but it says the audio file is "in a 64 bit format and cannot be used". Why is this? I thought Logic X was 64-bit friendly?
    Any help on this would be greatly appreciated.
    Thanks

    There is also no point in using 64 bit audio files. Even 32 bit floating point is already overkill. The best choice for recording is 24 bit, for internal processing 64 bit floating point does make sense, but not for storing.
    In any case, your mac comes with a very capable audio file format converting utility that can be used from the command line and reads/writes practically any audio file format you will encounter, including 64 bit wav. Type "afconvert" on your command line in terminal.app to see the options it offers. If you're not used to using the command line you might find this very uncomfortable, but it's really worth getting into it.
    Let me know if you need help,
    Jazz

  • 64 Bit Mode... why??

    Hi.
    Ive read that so so many features dont work with Logic in 64 Bit mode...
    Why would one use 64 bit mode whilst loosing these features.... what the benefit?
    Im trying to grasp the concept of 32/64 bit mode so a little patience with me would be really appreciated.
    Cheers

    The main reason for 64-bit is RAM.
    You can have larger and more virtual instruments (AU), that uses large amount of ram.
    Just put in a big grand piano, and a lot of Omnisphere... Soon you will be out of ram.
    32-bit, can only use up to 3.8GB (approx) of ram, and one app will never use this alone (more like max 2 GB), so when loading up with a lot of instruments you soon reach the limit.
    With 64-bit OS, just install RAMs and you can throw alot more into the host.
    Also the machine runs better with 64-bit, because of the the better RAM usage overall.
    sincerely Helge

  • T400 4GB Vista or Windows 7 32 bits with PAE. Why not possible?

    Hello,
    I have read some articles about enabling 4GB of RAM in Windows Vista 32 bit version enabling PAE as discussed here: http://www.ocmodshop.com/ocmodshop.aspx?a=989
    I have tried this method and others and I have disabled DEP in Windows and in the BIOS.
    Is this possible to reach 4 GB of RAM in 32 bit OS with PAE in T400? I have read that in windows 2008 is possible (also linux) but why not in Vista32 or windows7 32?
    Cheers!
    Jorge
    Message Edited by hardaway on 02-13-2009 03:53 PM
    Message Edited by hardaway on 02-13-2009 03:54 PM
    T400 (2767-AK3)

    I mean why is not possible to use a 4GB ram in a 32 bit OS with PAE in the Lenovo T400.
    I know in other machines is possible.
    T400 (2767-AK3)

Maybe you are looking for

  • VLAN problems with SG200-8P and Cisco ASA 5505 (Sec Plus license)

    Hi,  I've been pulling my hair out trying to get simple vlan trunking working between these devices. Basically, no clients on VLAN 99 (guest) will receive DHCP ip addresses when plugged into the SG200.  I have the SG200<>ASA VLAN trunk configured cor

  • SAP MMC and Trace Files

    Hi I want to get complete information on the "exit codes"  in SAP MMC for various server and other processes. And also want to know that what are the various log files and trace file .what kind of logs/information they provide and if the Portal has b

  • Retrieve item text in SO document

    Hi Experts, How can i retrieve text stored at item level in a Sales Order Document. Iam able to retreive header text through by table STXH. But this tables does not show item level text. Pls suggest? Thanx in advance. Rajiv Ranjan

  • How to delete unwanted movie downloads in progress on my iPad

    I have several TV Show downloads that I no longer want downloaded on my iPad.  How can I del

  • RosettaNet Implementation on XI

    Has anyone implmented RosettaNet scenarios in a productive environment on XI?  Would you be willing to talk about it? Is anyone currently in an implementation?  Would you be willing to talk about it? I'm looking to build a business case to move off o