Search found 6 matches

by MNukazawa
2018-04-18T05:03:27-07:00
Forum: Bugs
Topic: Convert PDF with font to JPG, annoying horizontal line
Replies: 10
Views: 11846

Re: Convert PDF with font to JPG, annoying horizontal line

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.
by MNukazawa
2018-04-15T09:42:47-07:00
Forum: Bugs
Topic: Convert PDF with font to JPG, annoying horizontal line
Replies: 10
Views: 11846

Re: Convert PDF with font to JPG, annoying horizontal line

Upgrading libjpeg in Ubuntu seems not easy.
I will search for the procedure.
by MNukazawa
2018-04-14T16:27:37-07:00
Forum: Bugs
Topic: Convert PDF with font to JPG, annoying horizontal line
Replies: 10
Views: 11846

Re: Convert PDF with font to JPG, annoying horizontal line

Code: Select all

convert -list format | grep JPEG | ~
JPG* JPEG rw- Joint Photographic Experts Group JFIF format (80)

Code: Select all

ghostscript -v
GPL Ghostscript 9.22 (2017-10-04)
by MNukazawa
2018-04-14T07:13:29-07:00
Forum: Bugs
Topic: Convert PDF with font to JPG, annoying horizontal line
Replies: 10
Views: 11846

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)

Code: Select all

convert -density 100 -colorspace sRGB book_of_RuneAMN_Pro_Fonts_limited.pdf[4] -alpha Remove -quality 90 book.jpg
by MNukazawa
2018-04-12T06:36:40-07:00
Forum: Bugs
Topic: Convert PDF with font to JPG, annoying horizontal line
Replies: 10
Views: 11846

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 jpe...
by MNukazawa
2018-04-12T06:35:08-07:00
Forum: Bugs
Topic: Convert PDF with font to JPG, annoying horizontal line
Replies: 10
Views: 11846

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...