Results 1 to 3 of 3

Thread: widget to use for photo editing

  1. #1
    Join Date
    May 2015
    Posts
    1
    Qt products
    Qt3
    Platforms
    MacOS X

    Default widget to use for photo editing

    Hi everyone, I am soon to develop a piece of software that must handle a lot of photo editing and I have no clue which widget to use for the photo editing part of the software. Can it be a QGraphicsView maybe. I need to edit a photo in terms of changing the saturation, contrast, fading etc and on top of that I must be able to add text over a photo. Any help or ideas will be greatly appreciated in this regard.

    thanks

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,330
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: widget to use for photo editing

    There is no widget which will do what you want. There are Qt classes that will allow you to load images from files (QImage, QPixmap, QPicture, etc.) and display them (QGraphicsPixmapItem, QLabel), but nothing that gives you the image manipulation capabilities you describe right out of the box.

    You might look into OpenCV - it may have many of the tools you are looking for to build a photo editing app using both OpenCV and Qt. I am assuming your goal is to produce the editing program and not reinvent all of the wheels involved in the processing algorithms themselves.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: widget to use for photo editing

    For display of an image QLabel is a good place to start.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Which widget to use for photo editing?
    By ayanda83 in forum Qt Programming
    Replies: 2
    Last Post: 13th March 2015, 17:44
  2. Get editing widget for a QtProperty
    By qt_developer in forum Newbie
    Replies: 0
    Last Post: 6th May 2013, 14:44
  3. Accept data in a editing widget
    By woodtluk in forum Qt Programming
    Replies: 2
    Last Post: 5th October 2011, 22:37
  4. Reusing the editing widget with QtItemDelegate
    By bcollie in forum Qt Programming
    Replies: 9
    Last Post: 1st June 2010, 14:52
  5. Midi editing widget
    By dentist in forum Newbie
    Replies: 1
    Last Post: 24th March 2010, 23:07

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
  •  
Qt is a trademark of The Qt Company.