Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-106

Create new image format without using plugins

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P2: Important
    • Some future release
    • 4.1.2
    • Image formats
    • None

    Description

      In Qt3 defining a new image format was as simple as writing a function like
      void WriteTIFF(QImageIO *Image)

      { // write TIFF file }

      and activating it through a call to
      QImageIO::defineIOHandler("TIF", "", "", NULL, WriteTIFF);

      Now, in Qt4, this simple mechanism has apparently been replaced which require a plugin to be written. This should be reintroduced in Qt 4.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hanssen Andreas Aardal Hanssen (closed Nokia identity) (Inactive)
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes