Search found 4 matches

by bg-wilkesreid
2019-01-02T13:56:17-07:00
Forum: Users
Topic: Getting weird horizontal lines converting PDF to JPG
Replies: 6
Views: 4346

Re: Getting weird horizontal lines converting PDF to JPG

Wow, you were totally right. Downgrading to GS 9.24 completely fixed the issue. Thank you!
by bg-wilkesreid
2019-01-02T12:15:34-07:00
Forum: Users
Topic: Getting weird horizontal lines converting PDF to JPG
Replies: 6
Views: 4346

Re: Getting weird horizontal lines converting PDF to JPG

I am using IM 7.0.8-22 Q16, GS 9.26, and libjpeg 90. Also, I get a perfectly fine result when calling just convert floor.pdf floor.jpg but I get those weird lines if I use convert -density 500 floor.pdf floor.jpg Just calling convert by itself won't work for me because I need the jpg image to be a ...
by bg-wilkesreid
2019-01-02T10:58:53-07:00
Forum: Users
Topic: Getting weird horizontal lines converting PDF to JPG
Replies: 6
Views: 4346

Re: Getting weird horizontal lines converting PDF to JPG

This is the full output of convert -version for me:

Version: ImageMagick 7.0.8-22 Q16 x86_64 2018-12-31 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype ...
by bg-wilkesreid
2019-01-02T10:57:52-07:00
Forum: Users
Topic: Getting weird horizontal lines converting PDF to JPG
Replies: 6
Views: 4346

Getting weird horizontal lines converting PDF to JPG

I'm converting this file: https://bureaugravity.com/file/floor.pdf to JPG using the following command: convert -density 500 floor.pdf -quality 100 floor.jpg The output I'm getting looks like this: https://bureaugravity.com/file/floor.jpg . I'm getting all these weird gray horizontal lines being ...