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

Make it possible to set parameters in jpeg_compress_struct from user applications

    XMLWordPrintable

Details

    Description

      When it writes a JPEG file, QJpegHandler internally and automatically sets most of parameters in jpeg_compress_struct.
      Thus, for example, parameters such as "write_JFIF_header" or "comp_info[0].v_samp_factor" are not settable directly from user applications. write_JFIF_header is set as 'TRUE' and comp_info[0].v_samp_factor is set as '2' inside of  QJpegHandler::write().
      This prevent some users to achieve their preferable settings.

      It would be good if there is a way for user applications to set those parameters by themselves.

      Attachments

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

        Activity

          People

            vgt Eirik Aavitsland
            hitoshiito Hitoshi Ito
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes