Message Boards Message Boards

2
|
2683 Views
|
0 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Imported PDF file raster images are mirrored

I know that this is a typical incoherence that exists between raster and non raster coordinate systems.

But is there a specific reason for this to be revealed on the following example?

im = Import["ExampleData/rose.gif"]

enter image description here

Export["test.pdf", im];

Import["test.pdf", "Pages"]

enter image description here

Import["test.pdf", "Images"]

enter image description here

As you can see, when importing the "Pages", the image is correctly imported (inside a Graphics object). When importing the "Images" element, the image gets flipped.

Any particular reason? Can this be improved for future releases?

POSTED BY: Pedro Fonseca
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract