Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QImage size after save

QImage size after save

Scheduled Pinned Locked Moved Unsolved General and Desktop
qimagesavesize
2 Posts 2 Posters 1.4k Views 1 Watching
  • 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.
  • sabativiS Offline
    sabativiS Offline
    sabativi
    wrote on last edited by
    #1

    Hello,

    I am using QImage save methods to write a PNG file.
    I am running on OS_X.

    After that i tried to get the image size, with the .size() method but it only return (0,0).

    Indeed when i look into finder, there are no dimensions set ! How to make sur that size is properly written.

    Thanks in advance,

    raven-worxR 1 Reply Last reply
    0
    • sabativiS sabativi

      Hello,

      I am using QImage save methods to write a PNG file.
      I am running on OS_X.

      After that i tried to get the image size, with the .size() method but it only return (0,0).

      Indeed when i look into finder, there are no dimensions set ! How to make sur that size is properly written.

      Thanks in advance,

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @sabativi
      unless it's not a bug in the image writer plugin on OS X i would suspect that your QImage/QPixmap is already invalid.

      Please show the code where you create and paint into the image.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      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