Search found 4 matches

by johnrellis
2017-07-13T17:05:07-07:00
Forum: Bugs
Topic: Resizing a converted PDF doesn't work
Replies: 6
Views: 6481

Re: Resizing a converted PDF doesn't work

Thanks again.
by johnrellis
2017-07-13T16:03:48-07:00
Forum: Bugs
Topic: Resizing a converted PDF doesn't work
Replies: 6
Views: 6481

Re: Resizing a converted PDF doesn't work

Thanks for the hint. I found this explanation of why -resize doesn't preserve the color of transparent pixels: viewtopic.php?f=22&t=22287 . I couldn't find anything in the documentation about this, though.
by johnrellis
2017-07-12T20:32:37-07:00
Forum: Bugs
Topic: Resizing a converted PDF doesn't work
Replies: 6
Views: 6481

Re: Resizing a converted PDF doesn't work

Thanks much for your reply.

Why doesn't the background get turned black when there is no resizing?

Code: Select all

magick Word.pdf Word.jpg
Word.jpg has a white background.
by johnrellis
2017-07-12T16:34:41-07:00
Forum: Bugs
Topic: Resizing a converted PDF doesn't work
Replies: 6
Views: 6481

Resizing a converted PDF doesn't work

Resizing of PDFs created by Powerpoint 2016 works, while resizing PDFs created by Word 2016 doesn't. Is this a bug or am I missing something? Details: The following work: magick Word.pdf Word.jpg magick Powerpoint.pdf Powerpoint.jpg magick Powerpoint.pdf -resize 512x512 Powerpoint.512.jpg But this g...