Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. What that error/warning with QImage mean?
Forum Updated to NodeBB v4.3 + New Features

What that error/warning with QImage mean?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 334 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Danmark25
    wrote on last edited by
    #1

    Warning: QImage::pixelColor: coordinate (0,72) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,73) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,74) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,75) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,76) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,77) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,78) out of range File: Line: 0 Function:
    Warning: QImage::pixelColor: coordinate (0,79) out of range File: Line: 0 Function:

    Well I don't know what these errors are. Is it in the engines (latest QT) or something with the problem of the QGL version (Direct3D / Open)

    Graphics card is AMD Radeon R7 560X Series
    Processor is AMD Ryzen 5 2600
    Windows 10 21H1 64-bit
    16 GB RAM

    JonBJ 1 Reply Last reply
    0
    • D Danmark25

      Warning: QImage::pixelColor: coordinate (0,72) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,73) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,74) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,75) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,76) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,77) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,78) out of range File: Line: 0 Function:
      Warning: QImage::pixelColor: coordinate (0,79) out of range File: Line: 0 Function:

      Well I don't know what these errors are. Is it in the engines (latest QT) or something with the problem of the QGL version (Direct3D / Open)

      Graphics card is AMD Radeon R7 560X Series
      Processor is AMD Ryzen 5 2600
      Windows 10 21H1 64-bit
      16 GB RAM

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Danmark25
      So what does your code do with a QImage? Presumably something else you wouldn't get this error, if you don't show us how do you expect anyone to comment?

      1 Reply Last reply
      0
      • Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        You call QImage::pixelIndex() with a coordinate which is out of range of your QImage ranges.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved