Results 1 to 2 of 2

Thread: Pixels

  1. #1
    Join Date
    Mar 2009
    Posts
    68
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Pixels

    Hi
    I have two questions?
    1-Is the quality of a picture related to its number of pixels?(I know its not related to c++ and Qt)
    2-Is it possible to work with individual pixels of a picture via Qt?
    thanks
    Try to be useful for your society,not important.
    ------------------------------------------------------
    Every thing that has a beginning,Has an end.

  2. #2
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Pixels

    1. More pixels equals more precise mapping from real world to discrete computer image - so it's better quality in that way. But color of every pixel is also stored as a discrete value and is important thing if we are talking about quality. You can have bilions of pixels in one image, but quality would be poor if you use 1bit color ber pixel - there will be only black or white pixels, which is not always good... Usual it's 8 bit for every color: Red, Green, Blue whatgives you 256^3 = 16777216 colors (plus 8bit alpha). And of course I'm talking about uncompressed images (JPEG images are compressed with a loss in quality so they are not good for image processing).
    2. Take a look at a QImage - I thinks it's what you need.
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

Similar Threads

  1. Replies: 9
    Last Post: 13th June 2012, 15:42
  2. How to change the values of the pixels in an Qimage?
    By kid17 in forum Qt Programming
    Replies: 8
    Last Post: 23rd November 2008, 20:52
  3. QPixmap replace white pixels by blacks
    By bunjee in forum Qt Programming
    Replies: 1
    Last Post: 20th August 2008, 05:12
  4. Real size in pixels of a widget
    By yosefm in forum Qt Programming
    Replies: 3
    Last Post: 27th October 2007, 16:01
  5. Finidng the pixels for a character in QTextEdit
    By sukanyarn in forum Qt Programming
    Replies: 1
    Last Post: 27th October 2006, 09:56

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.