aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-12-26 00:28:17 +0100
committerJay Berkenbilt <ejb@ql.org>2017-12-26 00:29:18 +0100
commit794b649e5b15b193c8682b5a7e67fda3bb719b96 (patch)
treeeb516933b6e83c83cb8e6bc972684473792e995f /TODO
parent4edfe1f41d386c0fa6043926d761219bdb29e7c0 (diff)
downloadqpdf-794b649e5b15b193c8682b5a7e67fda3bb719b96.tar.zst
Update TODO and ChangeLog. Fixes #166, #83
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index b2180762..eb89388c 100644
--- a/TODO
+++ b/TODO
@@ -53,8 +53,6 @@ I find it useful to make reference to them in this list
filtering doesn't ever try to do this. QPDFWriter should be checked
carefully too. See also bugs/private/from-email-663916/
- * Implement remaining PNG filters. See https://github.com/qpdf/qpdf/pull/166
-
* Form flattening: ~/tmp/qtmp/form-flattening-email/. Distill this
into notes along with stuff in qpdf email box.
@@ -236,12 +234,6 @@ Index: QPDFWriter.cc
viewing software silently ignores objects of this type, so this is
probably not a big deal.
- * Pl_PNGFilter is only partially implemented. If we ever decoded
- images, we'd have to finish implementing it along with the other
- filter decode parameters and types. For just handling xref
- streams, there's really no need as it wouldn't make sense to use
- any kind of predictor other than 12 (PNG UP filter).
-
* If we ever want to have check mode check the integrity of the free
list, this can be done by looking at the code from prior to the
object stream support of 4/5/2008. It's in an if (0) block and