@bimusiek #1471
Unanswered
georgehandrew
asked this question in
Q&A
@bimusiek
#1471
Replies: 1 comment 1 reply
-
Hi JorjMcKie and all, aa.pdf |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@bimusiek
I have added functionality to solve your problem - hopefully in a fairly elegant way:
Page.getImageList()
andDocument.getPageImageList()
to provide the xref of the soft-image mask/SMask
parameter as the second item of each image entry (it was useless before anyway). If this number is positive, then the image itself should be specially treated for creating PNGs.[xref, smask,..., "Im2"]
is an entry ofgetPageImageList()
and smask is positive, then the following statements should create the originalIm2
png:Pixmap pix3 should now reflect the original image - and be what you were missing ... let me know your experiences.
Originally posted by @JorjMcKie in #98 (comment)
Beta Was this translation helpful? Give feedback.
All reactions