Results 1 to 2 of 2

Thread: QimageReader Unknown Error

  1. #1
    Join Date
    Feb 2010
    Location
    New delhi
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11

    Red face QimageReader Unknown Error

    HI Friends,
    I have problem with QImageReader,
    QImageReader reader("/disk/system.jpg");
    qDebug()<<"Error Message: "<<reader.errorString();
    Its displaying "Unknown error "
    As i am using Qt 4.3 embedded version.
    QImageReader::UnknownError 0 An unknown error occurred. If you get this value after calling read(), it is most likely caused by a bug in QImageReader.

    Please any one Help me to resolve this issue.
    Kotha Bhaskar
    Lingam pally

  2. #2
    Join Date
    Feb 2010
    Location
    New delhi
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QimageReader Unknown Error

    Thanks for replay,

    I am calling image = reader.read();
    qDebug()<< "Error Msg:"<<reader.errorString();
    Here its displaying unknownSupported format message for JPEG images other images its working fine.
    Can u tell me what might be the problem.

    My requirement is i want to save any kind of image(and any resolution ) from one format to other format with scalling of 512x192 .
    Kotha Bhaskar
    Lingam pally

Similar Threads

  1. QImageWriter QImageReader and QSocket
    By jordip in forum Qt Programming
    Replies: 0
    Last Post: 11th March 2010, 18:29
  2. Replies: 2
    Last Post: 15th February 2010, 06:42
  3. "unknown test function error" with MAc
    By tommy in forum Installation and Deployment
    Replies: 2
    Last Post: 22nd August 2008, 18:25
  4. Replies: 2
    Last Post: 7th November 2006, 12:49
  5. QImageReader with Qt::FastTransformation???
    By sepp in forum Qt Programming
    Replies: 1
    Last Post: 21st March 2006, 13: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.