Search found 4 matches

by Noir
2014-06-18T16:02:56-07:00
Forum: Users
Topic: Convert in PHP on osx
Replies: 6
Views: 5847

Re: Convert in PHP on osx

I have solved this problem.

XAMPP use an old version of libtiff.5.dylib

Now i use the new version and all works.

Thank you very much, for your help.
by Noir
2014-06-18T10:27:11-07:00
Forum: Users
Topic: Convert in PHP on osx
Replies: 6
Views: 5847

Re: Convert in PHP on osx

When i add the full path in my PHP command i get the same error.

Convert from image.png to image.tiff and from image.tiff to image.png works.

It is possible that my tiff file is corrupted.
When i run the command in bash with original tiff file, i get no errors and convert work.
by Noir
2014-06-18T00:40:36-07:00
Forum: Users
Topic: Convert in PHP on osx
Replies: 6
Views: 5847

Re: Convert in PHP on osx

From convert -version i get this list:

Code: Select all

Features: DPC Modules
Delegates: bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
I had first install libtiff and then IM.

This error is only in PHP, when i run this Command on a Terminal all works fine.
by Noir
2014-06-17T15:02:51-07:00
Forum: Users
Topic: Convert in PHP on osx
Replies: 6
Views: 5847

Convert in PHP on osx

Hello, i have an problem with ImageMgaick convert. Operation System is os x 10.9, i had install ImageMagick with brew and libtiff support. On this mac runs an xampp server. I want to run this Command from php: system('convert -define compose:outside-overlay -limit thread 1 "/path/to/picture/_render ...