Search found 26 matches

by fcaserio
2014-03-14T13:37:45-07:00
Forum: Users
Topic: When convert PDF with invalid font, can I replace the font?
Replies: 11
Views: 9790

Re: When convert PDF with invalid font, can I replace the fo

On gs 9.* I dont have problems.
But the server is running gs 8.71
by fcaserio
2014-03-14T12:10:48-07:00
Forum: Users
Topic: When convert PDF with invalid font, can I replace the font?
Replies: 11
Views: 9790

Re: When convert PDF with invalid font, can I replace the fo

I'm not concerned about quality exactly. I want to prevent errors when thumbing PDFs. This is a page with some tests http://www.acasa.org.br/cgi-local/teste.php I work from a long time with IM and PDFs, and on this particular server I'm having this problem. I think that when the PDF is generated by ...
by fcaserio
2014-03-14T10:40:35-07:00
Forum: Users
Topic: When convert PDF with invalid font, can I replace the font?
Replies: 11
Views: 9790

Re: When convert PDF with invalid font, can I replace the fo

It's a shared server. Thay allready told me they cant update the ghostscript library.
Is there a convert param to indicate which font to use when the original font is not available?
tks
by fcaserio
2014-03-14T09:23:09-07:00
Forum: Users
Topic: When convert PDF with invalid font, can I replace the font?
Replies: 11
Views: 9790

When convert PDF with invalid font, can I replace the font?

Convert is acusing a missing font. In this case, is it possible to convert PDF replacing the missing font by another font? Tks for helping Bellow is what the prompt is returning: -bash-3.2$ /usr/bin/convert -background white -colorspace RGB /home/acasa1/public_html/imagemagick/release.pdf -size 300x...
by fcaserio
2011-12-09T20:38:42-07:00
Forum: Users
Topic: Can't exec convert through exec() on windows
Replies: 6
Views: 14779

Re: Can't exec convert through exec() on windows

I was checking phpinfo as you suggested.
The Imagemagick path appeared under Apache environment -> Path on previous instalation, but is not appearing now.
I'm not sure from where Apache environment -> path is being read...
by fcaserio
2011-12-09T20:27:36-07:00
Forum: Users
Topic: Can't exec convert through exec() on windows
Replies: 6
Views: 14779

Re: Can't exec convert through exec() on windows

Sorry, I misunderstood your comment.
My PHP script has the correct path to convert.
If I copy the command line generated by PHP and copy it to DOS it works fine.
Just through PHP convert is not being executed.
by fcaserio
2011-12-09T20:19:29-07:00
Forum: Users
Topic: Can't exec convert through exec() on windows
Replies: 6
Views: 14779

Re: Can't exec convert through exec() on windows

Why should my PHP have the right to use IM? Since I'm calling convert from the command line, is there any permission that dhould be set?
by fcaserio
2011-12-09T19:53:46-07:00
Forum: Users
Topic: Can't exec convert through exec() on windows
Replies: 6
Views: 14779

Re: Can't exec convert through exec() on windows

Image paths can use forward slashes, but the convert.exe path must be declared with backslashes. The application I'm managing was runing without errors, but there was a contingence that Windows had to be reinstalled. I'm restoring all the application funcionalities, but the convert command called by...
by fcaserio
2011-12-09T16:22:51-07:00
Forum: Users
Topic: Can't exec convert through exec() on windows
Replies: 6
Views: 14779

Can't exec convert through exec() on windows

<? echo $cmd = "cd C:\\PROGRA~1\\ImageMagick-6.7.3-Q16 & convert -colorspace RGB -size 120x120 -resize 120x120 \"D:\htdocs\\tempfile.pdf\" \"D:\\htdocs\\temp\\file.jpg\""; exec($cmd); ?> When executing through PHP nothing happens. If I copy $cmd to DOS it works. The...
by fcaserio
2007-12-11T12:09:34-07:00
Forum: Users
Topic: Can IM extract XML profiles from EPS files?
Replies: 0
Views: 3356

Can IM extract XML profiles from EPS files?

When photoshop save EPS files it stores image information on XML profiles. With indentify -verbose IM can verify the existence of the profile: Profile-8bim: 5038 bytes Profile-XML: 16233 bytes Tainted: False Version: ImageMagick 6.3.5 09/01/07 Q16 http://www.imagemagick.org Can IM extract this profi...
by fcaserio
2007-11-07T11:28:31-07:00
Forum: Users
Topic: IPTC data truncated on Linux platform
Replies: 0
Views: 3681

IPTC data truncated on Linux platform

I'm having problems applying IPTC to JPG on Linux with IM 6.2.8. After applied the caption data is truncated on JPG file. IPTC is applied with the following command: convert +profile 8BIM +profile IPTC -profile 8BIMTEXT:00000092.iptc 00000092.jpg 00000092.jpg 00000092.iptc has the following syntax: ...
by fcaserio
2007-11-05T15:11:19-07:00
Forum: Bugs
Topic: IPTC data truncated on Linux platform
Replies: 0
Views: 4623

IPTC data truncated on Linux platform

I'm having problems applying IPTC to JPG on Linux with IM 6.2.8. After applied the caption data is truncated on JPG file. IPTC is applied with the following command: convert +profile 8BIM +profile IPTC -profile 8BIMTEXT:00000092.iptc 00000092.jpg 00000092.jpg 00000092.iptc has the following syntax: ...
by fcaserio
2007-10-17T19:57:19-07:00
Forum: Users
Topic: Color distortion with ICC profile
Replies: 3
Views: 9807

Re: Color distortion with ICC profile

Tks That worked to convert a JPG CMYK (with ICC profile) to JPG RGB But if my original file is a EPS CMYK (with ICC profile) I still have the same problem. On both cases the resulting JPG RGB is a lot lighter then the JPG RGB created from Photoshop, using my original command-line or the suggested co...
by fcaserio
2007-10-17T12:00:36-07:00
Forum: Users
Topic: Color distortion with ICC profile
Replies: 3
Views: 9807

Color distortion with ICC profile

I'm having huge color distortion on CMYK images with embedded ICC profiles when converting it to RGB. The resulting image is a lot lighter then the original. When the image is converted to RGB on Photoshop (CS2) there is no distortion. The command-line I'm using are: 1. CMYK to RGB: convert -quality...