Does higher resolution in an image imply more bits per pixel?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I have been trying to understand how a better spectrum of color can be represented in an image and to avoid banding it sounds like the image would need to have more bits per pixel. When the resolution of an image increases, do the bits per pixel also increase?










share|improve this question







New contributor




Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    1















    I have been trying to understand how a better spectrum of color can be represented in an image and to avoid banding it sounds like the image would need to have more bits per pixel. When the resolution of an image increases, do the bits per pixel also increase?










    share|improve this question







    New contributor




    Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1








      I have been trying to understand how a better spectrum of color can be represented in an image and to avoid banding it sounds like the image would need to have more bits per pixel. When the resolution of an image increases, do the bits per pixel also increase?










      share|improve this question







      New contributor




      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have been trying to understand how a better spectrum of color can be represented in an image and to avoid banding it sounds like the image would need to have more bits per pixel. When the resolution of an image increases, do the bits per pixel also increase?







      resolution pixels banding






      share|improve this question







      New contributor




      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 hours ago









      Darien SpringerDarien Springer

      83




      83




      New contributor




      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Darien Springer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          3 Answers
          3






          active

          oldest

          votes


















          2














          Image resolution (amount of pixels) and bit depth (bits per pixel) can be changed independently. Any combination of high/low resolution and more/less bits per pixel is possible.



          Sometimes, however, higher resolution can make up for lower bit depth. Individual pixels become invisible and we start perceiving patterns of pixels as shades, as if the color depth were increased.



          enter image description here



          This is also the case of film photography, where individual "pixels" can only be black or white, and yet we can clearly see the shades of gray, because the individual image elements are so tiny. (ignoring color film photography for simplicity)



          By Robert James Wallace - Plate VII from "The Silver 'Grain' in Photography" by Robert James Wallace, The Astrophysical Journal, Vol. XX, No. 2, Sept. 1904, pp. 113–122, Chicago. As reproduced by Google Book Search. See also [1]., Public Domain, https://commons.wikimedia.org/w/index.php?curid=12220056






          share|improve this answer
























          • +1 nicely demonstrated

            – mattdm
            1 hour ago



















          1














          Not in common digital imaging terminology. Instead, we call bits-per-pixel bit depth.



          Once unpacked from whatever compression format they were stored in, digital images are usually represented as triplets of red, green, and blue ­— each of these is a "channel". (There may also be a channel representing transparency, although that's more of an image editing or graphics design thing than of interest to photography.) If you have more of these triplets (like, 6000×4000 instead of 3000×2000), we say you have more resolution. If you have more bits per channel (say, 16 instead of 8) we say you have more bit depth.



          It gets more complicated than this when you consider non-linear encoding, color spaces, and so on, but that's the basics. For your purpose, it's true that greater bit depth can help reduce banding. Be aware, though, that most devices can only show 8 bits per channel and many consumer devices are much worse. And common file formats online are only 8 bit. So, you probably want to reduce to 8 bits on your own system even if you work in higher bit depth, so you can control how the banding looks.



          One approach is to introduce a dithering pattern. In fact, having higher resolution can help here — you basically trade some of the spacial detail for colors.






          share|improve this answer

































            0














            The resolution is a measure of the pixels per unit of physical length. So to increase the resolution of the image you mostly have to increase the pixel count.



            The number of bits per pixels (a.k.a pixel depth) doesn't change the resolution. However, any global color change induces color loss (several different values are mapped to the same output value), and banding appears when this produces large uniform areas next to each other. With the usualy 8-bit/channel, color loss happens quickly, losing 10 to 20% of the color values is not uncommon. Increasing bit depth decreases the relative color loss, so banding is a lot less likely to happen.



            This is one purpose of "shooting raw", the output of the sensor is 12 to 14 bits per channel (depending on cameral model), somewhat better than the 8-bits in the camera JPEG, so you have more material to work on (though in practice in your factor in sensor noise and demosaicing you are closer to 10-12 bits/channel).



            But high-bit-depth is mostly for storage and processing, most images formats are 8-bit/Channel and many displays are barely good enough for 8-bit depths.






            share|improve this answer


























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "61"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });






              Darien Springer is a new contributor. Be nice, and check out our Code of Conduct.










              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f107946%2fdoes-higher-resolution-in-an-image-imply-more-bits-per-pixel%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              Image resolution (amount of pixels) and bit depth (bits per pixel) can be changed independently. Any combination of high/low resolution and more/less bits per pixel is possible.



              Sometimes, however, higher resolution can make up for lower bit depth. Individual pixels become invisible and we start perceiving patterns of pixels as shades, as if the color depth were increased.



              enter image description here



              This is also the case of film photography, where individual "pixels" can only be black or white, and yet we can clearly see the shades of gray, because the individual image elements are so tiny. (ignoring color film photography for simplicity)



              By Robert James Wallace - Plate VII from "The Silver 'Grain' in Photography" by Robert James Wallace, The Astrophysical Journal, Vol. XX, No. 2, Sept. 1904, pp. 113–122, Chicago. As reproduced by Google Book Search. See also [1]., Public Domain, https://commons.wikimedia.org/w/index.php?curid=12220056






              share|improve this answer
























              • +1 nicely demonstrated

                – mattdm
                1 hour ago
















              2














              Image resolution (amount of pixels) and bit depth (bits per pixel) can be changed independently. Any combination of high/low resolution and more/less bits per pixel is possible.



              Sometimes, however, higher resolution can make up for lower bit depth. Individual pixels become invisible and we start perceiving patterns of pixels as shades, as if the color depth were increased.



              enter image description here



              This is also the case of film photography, where individual "pixels" can only be black or white, and yet we can clearly see the shades of gray, because the individual image elements are so tiny. (ignoring color film photography for simplicity)



              By Robert James Wallace - Plate VII from "The Silver 'Grain' in Photography" by Robert James Wallace, The Astrophysical Journal, Vol. XX, No. 2, Sept. 1904, pp. 113–122, Chicago. As reproduced by Google Book Search. See also [1]., Public Domain, https://commons.wikimedia.org/w/index.php?curid=12220056






              share|improve this answer
























              • +1 nicely demonstrated

                – mattdm
                1 hour ago














              2












              2








              2







              Image resolution (amount of pixels) and bit depth (bits per pixel) can be changed independently. Any combination of high/low resolution and more/less bits per pixel is possible.



              Sometimes, however, higher resolution can make up for lower bit depth. Individual pixels become invisible and we start perceiving patterns of pixels as shades, as if the color depth were increased.



              enter image description here



              This is also the case of film photography, where individual "pixels" can only be black or white, and yet we can clearly see the shades of gray, because the individual image elements are so tiny. (ignoring color film photography for simplicity)



              By Robert James Wallace - Plate VII from "The Silver 'Grain' in Photography" by Robert James Wallace, The Astrophysical Journal, Vol. XX, No. 2, Sept. 1904, pp. 113–122, Chicago. As reproduced by Google Book Search. See also [1]., Public Domain, https://commons.wikimedia.org/w/index.php?curid=12220056






              share|improve this answer













              Image resolution (amount of pixels) and bit depth (bits per pixel) can be changed independently. Any combination of high/low resolution and more/less bits per pixel is possible.



              Sometimes, however, higher resolution can make up for lower bit depth. Individual pixels become invisible and we start perceiving patterns of pixels as shades, as if the color depth were increased.



              enter image description here



              This is also the case of film photography, where individual "pixels" can only be black or white, and yet we can clearly see the shades of gray, because the individual image elements are so tiny. (ignoring color film photography for simplicity)



              By Robert James Wallace - Plate VII from "The Silver 'Grain' in Photography" by Robert James Wallace, The Astrophysical Journal, Vol. XX, No. 2, Sept. 1904, pp. 113–122, Chicago. As reproduced by Google Book Search. See also [1]., Public Domain, https://commons.wikimedia.org/w/index.php?curid=12220056







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 3 hours ago









              szulatszulat

              4,02511126




              4,02511126













              • +1 nicely demonstrated

                – mattdm
                1 hour ago



















              • +1 nicely demonstrated

                – mattdm
                1 hour ago

















              +1 nicely demonstrated

              – mattdm
              1 hour ago





              +1 nicely demonstrated

              – mattdm
              1 hour ago













              1














              Not in common digital imaging terminology. Instead, we call bits-per-pixel bit depth.



              Once unpacked from whatever compression format they were stored in, digital images are usually represented as triplets of red, green, and blue ­— each of these is a "channel". (There may also be a channel representing transparency, although that's more of an image editing or graphics design thing than of interest to photography.) If you have more of these triplets (like, 6000×4000 instead of 3000×2000), we say you have more resolution. If you have more bits per channel (say, 16 instead of 8) we say you have more bit depth.



              It gets more complicated than this when you consider non-linear encoding, color spaces, and so on, but that's the basics. For your purpose, it's true that greater bit depth can help reduce banding. Be aware, though, that most devices can only show 8 bits per channel and many consumer devices are much worse. And common file formats online are only 8 bit. So, you probably want to reduce to 8 bits on your own system even if you work in higher bit depth, so you can control how the banding looks.



              One approach is to introduce a dithering pattern. In fact, having higher resolution can help here — you basically trade some of the spacial detail for colors.






              share|improve this answer






























                1














                Not in common digital imaging terminology. Instead, we call bits-per-pixel bit depth.



                Once unpacked from whatever compression format they were stored in, digital images are usually represented as triplets of red, green, and blue ­— each of these is a "channel". (There may also be a channel representing transparency, although that's more of an image editing or graphics design thing than of interest to photography.) If you have more of these triplets (like, 6000×4000 instead of 3000×2000), we say you have more resolution. If you have more bits per channel (say, 16 instead of 8) we say you have more bit depth.



                It gets more complicated than this when you consider non-linear encoding, color spaces, and so on, but that's the basics. For your purpose, it's true that greater bit depth can help reduce banding. Be aware, though, that most devices can only show 8 bits per channel and many consumer devices are much worse. And common file formats online are only 8 bit. So, you probably want to reduce to 8 bits on your own system even if you work in higher bit depth, so you can control how the banding looks.



                One approach is to introduce a dithering pattern. In fact, having higher resolution can help here — you basically trade some of the spacial detail for colors.






                share|improve this answer




























                  1












                  1








                  1







                  Not in common digital imaging terminology. Instead, we call bits-per-pixel bit depth.



                  Once unpacked from whatever compression format they were stored in, digital images are usually represented as triplets of red, green, and blue ­— each of these is a "channel". (There may also be a channel representing transparency, although that's more of an image editing or graphics design thing than of interest to photography.) If you have more of these triplets (like, 6000×4000 instead of 3000×2000), we say you have more resolution. If you have more bits per channel (say, 16 instead of 8) we say you have more bit depth.



                  It gets more complicated than this when you consider non-linear encoding, color spaces, and so on, but that's the basics. For your purpose, it's true that greater bit depth can help reduce banding. Be aware, though, that most devices can only show 8 bits per channel and many consumer devices are much worse. And common file formats online are only 8 bit. So, you probably want to reduce to 8 bits on your own system even if you work in higher bit depth, so you can control how the banding looks.



                  One approach is to introduce a dithering pattern. In fact, having higher resolution can help here — you basically trade some of the spacial detail for colors.






                  share|improve this answer















                  Not in common digital imaging terminology. Instead, we call bits-per-pixel bit depth.



                  Once unpacked from whatever compression format they were stored in, digital images are usually represented as triplets of red, green, and blue ­— each of these is a "channel". (There may also be a channel representing transparency, although that's more of an image editing or graphics design thing than of interest to photography.) If you have more of these triplets (like, 6000×4000 instead of 3000×2000), we say you have more resolution. If you have more bits per channel (say, 16 instead of 8) we say you have more bit depth.



                  It gets more complicated than this when you consider non-linear encoding, color spaces, and so on, but that's the basics. For your purpose, it's true that greater bit depth can help reduce banding. Be aware, though, that most devices can only show 8 bits per channel and many consumer devices are much worse. And common file formats online are only 8 bit. So, you probably want to reduce to 8 bits on your own system even if you work in higher bit depth, so you can control how the banding looks.



                  One approach is to introduce a dithering pattern. In fact, having higher resolution can help here — you basically trade some of the spacial detail for colors.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 3 hours ago

























                  answered 3 hours ago









                  mattdmmattdm

                  124k40360659




                  124k40360659























                      0














                      The resolution is a measure of the pixels per unit of physical length. So to increase the resolution of the image you mostly have to increase the pixel count.



                      The number of bits per pixels (a.k.a pixel depth) doesn't change the resolution. However, any global color change induces color loss (several different values are mapped to the same output value), and banding appears when this produces large uniform areas next to each other. With the usualy 8-bit/channel, color loss happens quickly, losing 10 to 20% of the color values is not uncommon. Increasing bit depth decreases the relative color loss, so banding is a lot less likely to happen.



                      This is one purpose of "shooting raw", the output of the sensor is 12 to 14 bits per channel (depending on cameral model), somewhat better than the 8-bits in the camera JPEG, so you have more material to work on (though in practice in your factor in sensor noise and demosaicing you are closer to 10-12 bits/channel).



                      But high-bit-depth is mostly for storage and processing, most images formats are 8-bit/Channel and many displays are barely good enough for 8-bit depths.






                      share|improve this answer






























                        0














                        The resolution is a measure of the pixels per unit of physical length. So to increase the resolution of the image you mostly have to increase the pixel count.



                        The number of bits per pixels (a.k.a pixel depth) doesn't change the resolution. However, any global color change induces color loss (several different values are mapped to the same output value), and banding appears when this produces large uniform areas next to each other. With the usualy 8-bit/channel, color loss happens quickly, losing 10 to 20% of the color values is not uncommon. Increasing bit depth decreases the relative color loss, so banding is a lot less likely to happen.



                        This is one purpose of "shooting raw", the output of the sensor is 12 to 14 bits per channel (depending on cameral model), somewhat better than the 8-bits in the camera JPEG, so you have more material to work on (though in practice in your factor in sensor noise and demosaicing you are closer to 10-12 bits/channel).



                        But high-bit-depth is mostly for storage and processing, most images formats are 8-bit/Channel and many displays are barely good enough for 8-bit depths.






                        share|improve this answer




























                          0












                          0








                          0







                          The resolution is a measure of the pixels per unit of physical length. So to increase the resolution of the image you mostly have to increase the pixel count.



                          The number of bits per pixels (a.k.a pixel depth) doesn't change the resolution. However, any global color change induces color loss (several different values are mapped to the same output value), and banding appears when this produces large uniform areas next to each other. With the usualy 8-bit/channel, color loss happens quickly, losing 10 to 20% of the color values is not uncommon. Increasing bit depth decreases the relative color loss, so banding is a lot less likely to happen.



                          This is one purpose of "shooting raw", the output of the sensor is 12 to 14 bits per channel (depending on cameral model), somewhat better than the 8-bits in the camera JPEG, so you have more material to work on (though in practice in your factor in sensor noise and demosaicing you are closer to 10-12 bits/channel).



                          But high-bit-depth is mostly for storage and processing, most images formats are 8-bit/Channel and many displays are barely good enough for 8-bit depths.






                          share|improve this answer















                          The resolution is a measure of the pixels per unit of physical length. So to increase the resolution of the image you mostly have to increase the pixel count.



                          The number of bits per pixels (a.k.a pixel depth) doesn't change the resolution. However, any global color change induces color loss (several different values are mapped to the same output value), and banding appears when this produces large uniform areas next to each other. With the usualy 8-bit/channel, color loss happens quickly, losing 10 to 20% of the color values is not uncommon. Increasing bit depth decreases the relative color loss, so banding is a lot less likely to happen.



                          This is one purpose of "shooting raw", the output of the sensor is 12 to 14 bits per channel (depending on cameral model), somewhat better than the 8-bits in the camera JPEG, so you have more material to work on (though in practice in your factor in sensor noise and demosaicing you are closer to 10-12 bits/channel).



                          But high-bit-depth is mostly for storage and processing, most images formats are 8-bit/Channel and many displays are barely good enough for 8-bit depths.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 3 hours ago

























                          answered 3 hours ago









                          xenoidxenoid

                          4,7971722




                          4,7971722






















                              Darien Springer is a new contributor. Be nice, and check out our Code of Conduct.










                              draft saved

                              draft discarded


















                              Darien Springer is a new contributor. Be nice, and check out our Code of Conduct.













                              Darien Springer is a new contributor. Be nice, and check out our Code of Conduct.












                              Darien Springer is a new contributor. Be nice, and check out our Code of Conduct.
















                              Thanks for contributing an answer to Photography Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f107946%2fdoes-higher-resolution-in-an-image-imply-more-bits-per-pixel%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              GameSpot

                              connect to host localhost port 22: Connection refused

                              Getting a Wifi WPA2 wifi connection