Search found 2 matches

by lowson
2013-12-12T02:42:46-07:00
Forum: Users
Topic: pdf to 1bpp bmp
Replies: 1
Views: 2560

Re: pdf to 1bpp bmp

I found the solution. :D
#convert -density 300 -type bilevel -alpha off -depth 1 -colors 2 test.pdf testcbmp.bmp

$ identify -verbose testcbmp.bmp
Image: testcbmp.bmp
Format: BMP (Microsoft Windows bitmap image)
Class: PseudoClass
Geometry: 2479x3504+0+0
Resolution: 118.11x118.11
Print size ...
by lowson
2013-12-12T02:02:39-07:00
Forum: Users
Topic: pdf to 1bpp bmp
Replies: 1
Views: 2560

pdf to 1bpp bmp

I need to get 1bpp bmp by converting pdf.
but always got 8/1 bit !!
Please help this, thanks a lot.

# convert -density 300 -alpha off -depth 1 test.pdf testcbmp.bmp
# convert -density 300 -monochrome -alpha off -depth 1 test.pdf testcbmp.bmp
version: ImageMagick-6.8.7-6
pdf file: http://s000 ...