Search found 3 matches

by mstucka
2013-07-29T08:10:15-07:00
Forum: Users
Topic: PDF with transparency gets reversed or washed out
Replies: 4
Views: 2387

Re: PDF with transparency gets reversed or washed out

Thanks for taking an interest! I think this'll let you at the original file -- download with control-S, supposedly:
https://docs.google.com/file/d/0ByagJWt ... sp=sharing
by mstucka
2013-07-29T07:24:37-07:00
Forum: Users
Topic: PDF with transparency gets reversed or washed out
Replies: 4
Views: 2387

Re: PDF with transparency gets reversed or washed out

I tried kicking this around in ImageMagick more, then saw where ImageMagick and Ghostscript really have different abilities. So a Ghostscript fix worked, e.g., pdf2ps, then using IM's convert to convert into JPG with the resizing and padding I've wanted. Apparently PostScript has no support for ...
by mstucka
2013-07-29T06:57:02-07:00
Forum: Users
Topic: PDF with transparency gets reversed or washed out
Replies: 4
Views: 2387

PDF with transparency gets reversed or washed out

I'm having problems converting some PDFs to JPG that apparently have transparency in them, which causes some of the colors to reverse. Elsewhere, I'd been told to try -flatten , -alpha flatten or -alpha remove. This takes care of the reversing problem. Unfortunately, in at least one case, it's also ...