Search found 4 matches
- 2013-02-04T06:24:16-07:00
- Forum: Users
- Topic: Can't open in Android JPEG or JPG images converted from PDF
- Replies: 7
- Views: 9711
Re: Can't open in Android JPEG or JPG images converted from
PDF --> http://dl.dropbox.com/u/86138930/stock.pdf Whitish JPG --> http://dl.dropbox.com/u/86138930/stock.jpg (this is from wand) Normal JPG --> http://dl.dropbox.com/u/86138930/stock_rgb.jpg (this is from shell) When i convert from shell with "convert stock.pdf -colrspace RGB stock.jpg" thats work ...
- 2013-01-31T04:17:18-07:00
- Forum: Users
- Topic: Can't open in Android JPEG or JPG images converted from PDF
- Replies: 7
- Views: 9711
Re: Can't open in Android JPEG or JPG images converted from
Hong Minhee, the guy who makes the Wand bind told me that colorspace reflects in type attribute. I'm working with images for the first time and i haven't experience with this, then i can't say what i think is correct. Have some aspect what changes just this whitish in image? If i convert the PDF to ...
- 2013-01-30T12:58:18-07:00
- Forum: Users
- Topic: Can't open in Android JPEG or JPG images converted from PDF
- Replies: 7
- Views: 9711
Re: Can't open in Android JPEG or JPG images converted from
Perhaps your pdf is defined for cmyk. Some systems cannot handle cmyk jpgs. Try to convert your pdf to rgb first convert -colorspace sRGB input.pdf output.jpg Or just check the IM verbose info on your pdf and see if it is cmyk first. Doing this way works fine, thanks. But have one more detail, i'm ...
- 2013-01-30T07:41:32-07:00
- Forum: Users
- Topic: Can't open in Android JPEG or JPG images converted from PDF
- Replies: 7
- Views: 9711
Can't open in Android JPEG or JPG images converted from PDF
Hello Everybody, i'm trying to convert some PDF into JPG files and use this files on android, but they just don't open in this system.
I was using Wand for python, but i tryed directly on shell just doing convert file.pdf file.jpg and this don't worked too
Someone can help me with this?
I was using Wand for python, but i tryed directly on shell just doing convert file.pdf file.jpg and this don't worked too
Someone can help me with this?