Results 1 to 2 of 2

Thread: QImageReader with Qt::FastTransformation???

  1. #1
    Join Date
    Feb 2006
    Posts
    23
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default QImageReader with Qt::FastTransformation???

    hi all!

    i'm using a QImageReader to read (a bunch of) images from disk to QImages, thereby scaling down to thumbnails. this is pretty slow. the docs say:

    'By default (i.e., if the image format does not support scaling), QImageReader will use QImage::scale() with Qt::SmoothScaling.' [should be :'use QImage::scaled() with Qt::SmoothTransformation', i think...]

    is there no way to tell the reader to use Qt::FastTransformation ???

    thanks,

    sepp

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

    Default Re: QImageReader with Qt::FastTransformation???

    Not likely. You can always load the images by using QImage::load() and scale them afterwards.

Similar Threads

  1. Replies: 2
    Last Post: 7th November 2006, 12:49

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.