diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-23 15:59:57 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-23 15:59:57 -0800 |
commit | ef1e85caf492e1b9bf9803647d3c5db1abea77c7 (patch) | |
tree | 862726a78c398a617968e4dfde2ef105b52acf77 /samples/fx_lpng/src/fx_pngtrans.c | |
parent | 28ddd48bfd84c55cc51d0b16fa533c51affdeb5b (diff) | |
download | pdfium-ef1e85caf492e1b9bf9803647d3c5db1abea77c7.tar.xz |
Backport PNG output format to origin/master branch.
The pdfium library itself does not support the format, but the test utility
can convert to this output format.
GN build can't be tested standalone, so push this out to the next CL.
R=jam@chromium.org
Review URL: https://codereview.chromium.org/950113002
Diffstat (limited to 'samples/fx_lpng/src/fx_pngtrans.c')
-rw-r--r-- | samples/fx_lpng/src/fx_pngtrans.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/fx_lpng/src/fx_pngtrans.c b/samples/fx_lpng/src/fx_pngtrans.c new file mode 100644 index 0000000000..eac49bf227 --- /dev/null +++ b/samples/fx_lpng/src/fx_pngtrans.c @@ -0,0 +1,7 @@ +// Copyright 2014 PDFium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+
+#include "../lpng_v163/fx_pngtrans.c"
|