History log of /external/skia/tests/PDFJpegEmbedTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
96287f7af7ff6aaa48b8d28ec6b7b79836da2d7c 07-May-2015 halcanary <halcanary@google.com> SkPDF: detect YUV-JPEG without relying on ImageGenerator

JPEG/JFIF References:
* http://www.w3.org/Graphics/JPEG/itu-t81.pdf
* http://www.w3.org/Graphics/JPEG/jfif3.pdf

BUG=476721
BUG=446940

Review URL: https://codereview.chromium.org/1133443003
/external/skia/tests/PDFJpegEmbedTest.cpp
a8448bc3dfe0f2e768838b4416fb3ebf823b694e 17-Apr-2015 halcanary <halcanary@google.com> PDF: Correctly embed JPEG images directly into PDF output.

We only embed images with YUV planes. That should only grab the
subset of color JPEGs supported by PDF.

BUG=skia:3180

Review URL: https://codereview.chromium.org/1025773002
/external/skia/tests/PDFJpegEmbedTest.cpp
5965c8ae4ee960275da4bc40189bdba85aab8b5e 08-Jan-2015 reed <reed@google.com> add ImageGenerator::NewFromData to porting layer

BUG=skia:3275

Review URL: https://codereview.chromium.org/834633006
/external/skia/tests/PDFJpegEmbedTest.cpp
d476a176b774c387b242fa8fb2a9296d722c34aa 02-Dec-2014 halcanary <halcanary@google.com> Remove PDF JPEG shortcut, since it fails on grayscale JPEGs.

BUG=436079

Review URL: https://codereview.chromium.org/767343002
/external/skia/tests/PDFJpegEmbedTest.cpp
daefa5b340d7aa36fe31865a3646f6fce321bb38 27-Aug-2014 halcanary <halcanary@google.com> JPEG(JFIF only) directly embedded into PDF

R=reed@google.com, djsollen@google.com, mtklein@google.com

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/515493003
/external/skia/tests/PDFJpegEmbedTest.cpp