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.
Search found 4 matches
- 2014-06-18T16:02:56-07:00
- Forum: Users
- Topic: Convert in PHP on osx
- Replies: 6
- Views: 5847
- 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.
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.
- 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:
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.
Code: Select all
Features: DPC Modules
Delegates: bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
This error is only in PHP, when i run this Command on a Terminal all works fine.
- 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 ...