Environment is Ubuntu18.04 alpha amd64.
The Ubuntu package contained version 90 libjpeg package, but ImageMagick did not use it.
I have never experienced ImageMagick compilation.
Search found 6 matches
- 2018-04-18T05:03:27-07:00
- Forum: Bugs
- Topic: Convert PDF with font to JPG, annoying horizontal line
- Replies: 10
- Views: 13366
- 2018-04-15T09:42:47-07:00
- Forum: Bugs
- Topic: Convert PDF with font to JPG, annoying horizontal line
- Replies: 10
- Views: 13366
Re: Convert PDF with font to JPG, annoying horizontal line
Upgrading libjpeg in Ubuntu seems not easy.
I will search for the procedure.
I will search for the procedure.
- 2018-04-14T16:27:37-07:00
- Forum: Bugs
- Topic: Convert PDF with font to JPG, annoying horizontal line
- Replies: 10
- Views: 13366
Re: Convert PDF with font to JPG, annoying horizontal line
Code: Select all
convert -list format | grep JPEG | ~
Code: Select all
ghostscript -v
- 2018-04-14T07:13:29-07:00
- Forum: Bugs
- Topic: Convert PDF with font to JPG, annoying horizontal line
- Replies: 10
- Views: 13366
Re: Convert PDF with font to JPG, annoying horizontal line
Thank you for your reply.
I report is rasterize issue of my original font (RuneAMN).
(Font file is no problem.)
Reproduce is please try page 4. (using "RuneAMN Sans" font)
I report is rasterize issue of my original font (RuneAMN).
(Font file is no problem.)
Reproduce is please try page 4. (using "RuneAMN Sans" font)
Code: Select all
convert -density 100 -colorspace sRGB book_of_RuneAMN_Pro_Fonts_limited.pdf[4] -alpha Remove -quality 90 book.jpg
- 2018-04-12T06:36:40-07:00
- Forum: Bugs
- Topic: Convert PDF with font to JPG, annoying horizontal line
- Replies: 10
- Views: 13366
Re: Convert PDF with font to JPG, annoying horizontal line
convert -version Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org Copyright: © 1999-2017 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng ...
- 2018-04-12T06:35:08-07:00
- Forum: Bugs
- Topic: Convert PDF with font to JPG, annoying horizontal line
- Replies: 10
- Views: 13366
Convert PDF with font to JPG, annoying horizontal line
I convert PDF with my original font (generated by FontForge) to JPG. But exported image has annoying horizontal line. # reploduce source PDF file: https://github.com/MichinariNukazawa/RuneAMN_Pro_Series_Fonts/blob/gh-pages/releases/book_of_RuneAMN_Pro_Fonts_limited.pdf command: convert -alpha Remove ...