Search found 2 matches
- 2012-02-28T19:17:16-07:00
- Forum: Bugs
- Topic: JPG to PDF conversion
- Replies: 2
- Views: 5488
Re: JPG to PDF conversion
I have just downloaded: - Portable Win32 static at 16 bits-per-pixel - Win32 static at 16 bits-per-pixel From: - http://www.imagemagick.org/script/binary-releases.php Both produce the grayscale PDF even without specifying the -format option. I am running on Windows 7. Perhaps it is something ...
- 2012-02-28T17:05:47-07:00
- Forum: Bugs
- Topic: JPG to PDF conversion
- Replies: 2
- Views: 5488
JPG to PDF conversion
I am using the windows static binary version 6.7.5-Q16 and found that converting a JPG to PDF produced a grayscale image in the PDF even though the JPG was color. I ran the following commands: convert.exe -size 100x100 xc:red red.jpg convert.exe red.jpg -format pdf red.pdf I tried this in an older ...