Search found 6 matches

by zanetich
2011-08-08T18:50:23-07:00
Forum: Users
Topic: Clarity problem on Solaris when converting from PDF to JPEG
Replies: 8
Views: 15255

Re: Clarity problem on Solaris when converting from PDF to J

The fix turn out to be modifying the delegates.file to use -sDEVICE=ppmraw. I did not do this sooner because executing "gs" command from command line using -sDEVICE=ppmraw failed with errors so I presumed when ImageMagick invokes GhostScript with the same device, it will fail. As it turns out, that ...
by zanetich
2011-07-26T15:18:09-07:00
Forum: Users
Topic: Clarity problem on Solaris when converting from PDF to JPEG
Replies: 8
Views: 15255

Re: Clarity problem on Solaris when converting from PDF to J

The result from the "convert -list font" command on Solaris: Path: /usr/local/lib/ImageMagick-6.6.7/config/type-ghostscript.xml Font: AvantGarde-Book family: AvantGarde style: Normal stretch: Normal weight: 400 glyphs: /usr/local/share/ghostscript/fonts/a010013l.pfb Font: AvantGarde-BookOblique ...
by zanetich
2011-07-26T11:16:30-07:00
Forum: Users
Topic: Clarity problem on Solaris when converting from PDF to JPEG
Replies: 8
Views: 15255

Re: Clarity problem on Solaris when converting from PDF to J

ImageMagick is using the delegates.xml file because the delegates.xml file was modified to use a different -sDEVICE and afterwards, executing the "convert" with -verbose show that "gs" is using the new -sDEVICE. The "convert –list font" command lists a lot of fonts.
by zanetich
2011-07-25T18:32:15-07:00
Forum: Users
Topic: Clarity problem on Solaris when converting from PDF to JPEG
Replies: 8
Views: 15255

Re: Clarity problem on Solaris when converting from PDF to J

Our IT installed a pre-compiled binary release of ImageMagick so there is no configure file in the /usr/local/lib/ImageMagick-6.6.7 directory. Here is the result from the 'identify -list configure' command. It has "--with-gslib" set to 'no' and "--with-fontpath" set to blank. -bash-3.00$ identify ...
by zanetich
2011-07-25T13:58:46-07:00
Forum: Users
Topic: How to hire ImageMagick/GhostScript expert in SF Bay area
Replies: 1
Views: 3218

How to hire ImageMagick/GhostScript expert in SF Bay area

Does anyone know how I can hire an ImageMagick/GhostScript expert consultant in the San Francisco Bay Area to resolve an issue posted earlier with the Subject title: "Clarity problem on Solaris when converting from PDF to JPEG" posted on 2011-07-21T14:07:59+00:00.
by zanetich
2011-07-21T14:07:59-07:00
Forum: Users
Topic: Clarity problem on Solaris when converting from PDF to JPEG
Replies: 8
Views: 15255

Clarity problem on Solaris when converting from PDF to JPEG

When a PDF file is converted by ImageMagick-6.6.7-Q16 on Windows XP, the fonts in the JPEG file is sharp and not blurry when displayed on a browser. However, when the same PDF file is converted by /usr/local/lib/ImageMagick-6.6.7 on Solaris (i386-pc-solaris2.10), the fonts in the JPEG file is blurry ...