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

Disable jpeg chroma subsampling when saving with high quality

XMLWordPrintable

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

      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;
      

        For Gerrit Dashboard: QTBUG-109856
        # Subject Branch Project Status CR V

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

              Created:
              Updated:

                There are no open Gerrit changes