gbranden pushed a commit to branch master
in repository groff.
commit 6094711f31ed056b982ecc6befcd282f31437fa5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Aug 20 09:06:46 2024 -0500
ChangeLog: Tweak style of latest entry.
---
ChangeLog | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3b50591a7..a2cb8774c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,30 +1,32 @@
2024-06-22 Deri James <[email protected]>
- Currently gropdf supports the inclusion of pdf files as
- separate images, now many other image formats are supported.
- The pdf standard requires programs which process pdfs to
- handle embedded jpegs, and from version 1.5 jpeg2000 images
- are handled natively as well. (Current gropdf produces pdfs
- which conform to version 1.7).
+ [gropdf]: Add support for embedding bit-mapped images to a
+ generated pdf.
+
+ Currently gropdf supports the inclusion of pdf files as separate
+ images, now many other image formats are supported. The pdf
+ standard requires programs which process pdfs to handle embedded
+ jpegs, and from version 1.5 jpeg2000 images are handled natively
+ as well. (Current gropdf produces pdfs which conform to version
+ 1.7).
The pdf standard supports a raw format with separate channels
- (RGB/CMYK/Grey) in 8/16/32 bit formats. This is used for
- other image formats. If there is a transparency channel it is
+ {RGB/CMYK/Grey} in 8/16/32 bit formats. This is used for other
+ image formats. If there is a transparency channel it is
converted to an 8-bit soft mask for the image.
- * src/devices/devpdf/gropdf.pl: add code to \X'pdf: pdfpic’
- to handle other image types, not just pdfs.
+ * src/devices/devpdf/gropdf.pl: add code to \X'pdf: pdfpic' to
+ handle other image types, not just pdfs.
* man/groff_tmac.5.man: document changes to PDFPIC macro.
- * src/devices/devpdf/gropdf.1.man: explain use of \X'pdf:
- pdfpic ...'
+ * src/devices/devpdf/gropdf.1.man: explain use of
+ \X'pdf: pdfpic ...'
- * tmac/pdfpic.tmac: expand the PDFPIC macro to handle
- multiple image formats, not just embedding pdfs.
+ * tmac/pdfpic.tmac: expand the PDFPIC macro to handle multiple
+ image formats, not just embedding pdfs.
- Feature added by commit #77e43d8c6
- See https://savannah.gnu.org/bugs/?66114
+ Fixes <https://savannah.gnu.org/bugs/?66114>.
2024-08-19 G. Branden Robinson <[email protected]>
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit