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

Disable jpeg chroma subsampling when saving with high quality

    XMLWordPrintable

Details

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

    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

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes