Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. grayscale
    Log in to post

    • SOLVED QImage Class, loading an image results in different behaviour between debug and release
      General and Desktop • qimage grayscale format bmp force • • R4P70R  

      5
      0
      Votes
      5
      Posts
      1219
      Views

      Ok, I think a clean and rebuild of the whole project did the trick. I always forget when I don't use it for sometimes. When something is doing weird with Qt you have to clean, qmake or rebuild to get everything in order. I will tag this issue as solved !
    • UNSOLVED How to display 8-bit grayscale raw image to a QLabel and display it in x11 board?
      Mobile and Embedded • qimage x11 qt5.2.1 grayscale 8bitgrayscale • • Ajith_P_V  

      4
      0
      Votes
      4
      Posts
      4942
      Views

      First, look and feel is a very vague thing. You should try to find something concrete, such as that the image is too light, too contrasty or something. I think you have not assigned a color table to the input image, which it should need just like the output image. But wouldn't the conversion have been done with that already...
    • UNSOLVED Display Uint16 image
      General and Desktop • grayscale display image uint16 • • Donn  

      2
      0
      Votes
      2
      Posts
      778
      Views

      Hi, Please don't post the same question multiple times. Duplicate Closing this one
    • UNSOLVED Display grayscale image from Uint16 data type
      General and Desktop • qimage grayscale display image setpixmap • • Donn  

      7
      0
      Votes
      7
      Posts
      3790
      Views

      @Donn There's no way to loselessly convert 16 bit integers into 8 bit integers, so you can't use QImage to display your image without dropping some of the information. I advise to follow @SGaist's advice and research what OpenGL provides and if that will suit your needs. PS. Please don't post multiple times the same question! I see tree distinct instances of you asking the same thing over and over again in a few hours period. http://forum.qt.io/topic/64650/display-2d-array-of-type-uint16-as-grayscale-image http://forum.qt.io/topic/64657/display-uint16-image
    • How to change the example Qt5 application "tablet" into 16 bit Grayscale ?
      Mobile and Embedded • qt5 color grayscale • • Ajith_P_V  

      1
      0
      Votes
      1
      Posts
      471
      Views

      No one has replied