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

Disable jpeg chroma subsampling when saving with high quality

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • 6.10.0 FF
    • None
    • Image formats
    • None
    • 735c205ff (dev)

      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;
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes