Frage

Ich entwickle einen Image Viewer / Editor mit VS2008, MFC und WIC, und ich möchte JPEGs nach der Bildverarbeitung, JPEGs so eng (Quality-Wique), so eng (Qualitäts-Wize) erneut ausbauen.Weiß jemand, wie man Luminanz- und Chrominanztabellen extrahiert, um in
festzulegen http://msdn.microsoft.com/de-us / library / gg430026% 28V= Vs.85% 29.aspx ohne mit einer zusätzlichen großen Bibliothek (wie libjpeg) verwenden müssen?

War es hilfreich?

Lösung

The JPEG standard specification covers the details of the luminance and chrominance table.

In JPEG terminology, those tables are both referred to as "quantization table" (DQT). The luminance quantization table is applied on the "Y" channel and the chrominance quantization table is applied to "Cb" and "Cr" channels.

This website lists the quantization tables for a large number of camera manufacturers and JPEG authoring software.

To recompress an image using the same quantization tables as another existing image:

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top