aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-06 03:27:47 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-06 03:27:47 +0200
commitcb1d89e7635cd373fa9bcc2ad240ed08fc13d27b (patch)
tree1c47e8cc5ec490d77c2a462bfa12369dc9fef133 /ChangeLog
parentb6c7a80950c18be54540bb1ef851b35bb27e116f (diff)
downloadqpdf-cb1d89e7635cd373fa9bcc2ad240ed08fc13d27b.tar.zst
invert images example
git-svn-id: svn+q:///qpdf/trunk@1001 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 09781c14..d2e65e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,13 +2,13 @@
* Add QPDFObjectHandle::addPageContents, a convenience routine for
appending or prepending new streams to a page's content streams.
- The "double-page-size" example illustrates its use.
+ The "pdf-double-page-size" example illustrates its use.
* Add new methods to QPDFObjectHandle: replaceStreamData and
newStream. These methods allow users of the qpdf library to add
new streams and to replace data of existing streams. The
- "double-page-size" and "tweak-images" examples illustrate their
- use.
+ "pdf-double-page-size" and "pdf-invert-images" examples illustrate
+ their use.
2010-06-06 Jay Berkenbilt <ejb@ql.org>