Results 1 to 3 of 3

Thread: Watermarking over QImage

  1. #1
    Join Date
    Jun 2011
    Location
    India
    Posts
    14
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Watermarking over QImage

    Hi forum,
    Can anybody please tell me whether is it possible to do watermarking on QImage and if yes how to do it..
    Thanks
    Vinod

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Watermarking over QImage

    Quote Originally Posted by vinodpaul View Post
    Can anybody please tell me whether is it possible to do watermarking on QImage
    Yes, if you mean watermarking in the sense of overlaying a translucent logo on the image.
    and if yes how to do it..
    Read the manual about QPainter composition modes and drop a semi-translucent image, or draw in a translucent colour, over the top of your base image.

  3. The following user says thank you to ChrisW67 for this useful post:

    vinodpaul (31st January 2012)

  4. #3
    Join Date
    Jun 2011
    Location
    India
    Posts
    14
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Watermarking over QImage

    Thanks for the reply

Similar Threads

  1. Replies: 5
    Last Post: 16th May 2011, 21:15
  2. QImage and Qt 4.5.3
    By halmassi in forum Newbie
    Replies: 26
    Last Post: 10th March 2010, 21:49
  3. What's faster: QPixmap-to-QImage or QImage-to-QPixmap
    By forrestfsu in forum Qt Programming
    Replies: 2
    Last Post: 15th December 2006, 17:11
  4. QImage
    By mickey in forum Qt Programming
    Replies: 7
    Last Post: 14th July 2006, 21:54
  5. Replies: 3
    Last Post: 15th March 2006, 11:44

Tags for this Thread

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.