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. PyQt6 QImage.convertToFormat converts transparent areas
Qt 6.11 is out! See what's new in the release blog

PyQt6 QImage.convertToFormat converts transparent areas

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 421 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.
  • C Offline
    C Offline
    Captain Haddock
    wrote on last edited by
    #1

    I try to convert an image using the code below, but I'm finding even the transparent areas are being converted (to black). How do I prevent transparent areas from being converted?

    myimage.convertToFormat(QtGui.QImage.Format.Format_Grayscale8)
    
    Christian EhrlicherC 1 Reply Last reply
    0
    • C Captain Haddock

      I try to convert an image using the code below, but I'm finding even the transparent areas are being converted (to black). How do I prevent transparent areas from being converted?

      myimage.convertToFormat(QtGui.QImage.Format.Format_Grayscale8)
      
      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Captain-Haddock said in PyQt6 QImage.convertToFormat converts transparent areas:

      How do I prevent transparent areas from being converted?

      By not converting them to a format which does not support transparency.

      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
      2
      • C Captain Haddock has marked this topic as solved on

      • Login

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