PyMuPDF icon indicating copy to clipboard operation
PyMuPDF copied to clipboard

Allow applying arbitrary transformations to images

Open Rodrigodd opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

It is not currently supported to add an image with arbitrary transformation, which is needed when trying to rebuild a PDF from the data extracted from another PDF. See https://github.com/pymupdf/PyMuPDF/discussions/3230.

Describe the solution you'd like

Add a parameter morph to Page.insert_image, similar to the one found in the Shape API. This parameter could also be added to Page.show_pdf_page or to a new method like Shape.insert_image.

Describe alternatives you've considered

There is currently a workaround for this by abusing Page.show_pdf_page, see https://github.com/pymupdf/PyMuPDF/discussions/3230#discussioncomment-8709813.

Additional context

Page.get_image_info already returns a transform of the image, that could be used in the proposed morph parameter.

Rodrigodd avatar Mar 07 '24 16:03 Rodrigodd

As mentioned in the Discussions section, I see no way to include this in our near to medium term planning. So I'm flagging this as "postpone" for now.

JorjMcKie avatar Mar 11 '24 21:03 JorjMcKie