Search found 5 matches
- 2012-01-29T08:44:58-07:00
- Forum: Bugs
- Topic: Black JPEG Bug
- Replies: 18
- Views: 51988
Re: Black JPEG Bug
Will a fix be in place so that the "-alpha flatten" parameter will not be needed allowing me to leave my original PHP code intact? I have my PHP application running on two different machines right now ( Linux and OSX) and would prefer to keep the code consistent. My original script has no issues on ...
- 2012-01-25T21:33:27-07:00
- Forum: Bugs
- Topic: Black JPEG Bug
- Replies: 18
- Views: 51988
Re: Black JPEG Bug
I also wanted to add that I accessed the Apple PDF via Safari at this link. http://www.apple.com/pr/library/2012/01/24Apple-Reports-First-Quarter-Results.html I then opened it from Safari to Preview and then exported to my desktop. I am going to try those "convert" commands that you posted. I also ...
- 2012-01-25T10:43:40-07:00
- Forum: Bugs
- Topic: Black JPEG Bug
- Replies: 18
- Views: 51988
Re: Black JPEG Bug
I use the "-append" because I run my PHP script against several documents directories and the majority of them have many PDF files. I am just using one PDF file for testing purposes. I have a PHP web application that stores documents (the majority being PDF's). Users will scan a document to PDF via ...
- 2012-01-24T23:36:01-07:00
- Forum: Bugs
- Topic: Black JPEG Bug
- Replies: 18
- Views: 51988
Re: Black JPEG Bug
I am noticing the black converted jpeg is common with PDF's exported from Preview. This is the convert command I use in my PHP script. I ran this manually in Terminal with the same results. convert -density 200 apple.pdf -append -resize 850 apple_converted.jpg Let me know if you can download the ...
- 2012-01-24T15:16:16-07:00
- Forum: Bugs
- Topic: Black JPEG Bug
- Replies: 18
- Views: 51988
Black JPEG Bug
I have a strange ImageMagick (6.7.4) bug on Lion server that is converting some PDF's to a black jpeg while converting other PDF's to jpeg without incident. I am using the following script in my PHP code. convert -density 200 file.pdf -append -resize 850 file.jpg I also get the same results in ...