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

Disable jpeg chroma subsampling when saving with high quality

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Image formats
    • None

    Description

      Currently it's not possible to generate a jpeg without chroma subsampling. It would be nice if Qt disabled chroma subsampling since some quality level.

      To disable chroma subsampling with libjpeg:

      cinfo.comp_info[0].v_samp_factor = 1;
      cinfo.comp_info[0].h_samp_factor = 1;
      

      Attachments

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

        Activity

          People

            vgt Eirik Aavitsland
            ilya-fedin Ilya Fedin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes