bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #66114] [gropdf] support embedding bit-mapped image files into a PD


From: G. Branden Robinson
Subject: [bug #66114] [gropdf] support embedding bit-mapped image files into a PDF
Date: Tue, 20 Aug 2024 11:00:16 -0400 (EDT)

Update of bug #66114 (group groff):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 
         Planned Release:                    None => 1.24.0                 
                 Summary: Support embedding bit mapped graphics into a pdf. =>
[gropdf] support embedding bit-mapped image files into a PDF

    _______________________________________________________

Follow-up Comment #3:

I'm marking this as fixed.  If there are bugs, they can be handled normally.


commit 77e43d8c64a73e7bc05d6e353563f66f8665bb47
Author: Deri James <deri@chuzzlewit.myzen.co.uk>
Date:   Mon Aug 19 18:37:29 2024 +0100

    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 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.
    
    * man/groff_tmac.5.man: document changes to PDFPIC macro.
    
    * 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.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66114>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]