Because fc3 and fc4 are so far behind in the IM version numbers!!!
IM is added to the release but no update is ever provided by that system.
As such you should immediate update IM yourself.
Desparate for annotation advice please
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
hi,
You are trying to annotate on an image, right !! The convert command must be fetching the image from a location. Just check whether you are enclosing the image path within proper qoutes. This happened with me. Earlier, I was not using qoutes(single or double) to enclosing image file path. It use to work on IM 6.0.1. But when I upgraded to 6.2.7, the annotate was not working. I tried this and it worked. It may be that you are also having the same problem. Just check on that.
Regards,
Abhishek
You are trying to annotate on an image, right !! The convert command must be fetching the image from a location. Just check whether you are enclosing the image path within proper qoutes. This happened with me. Earlier, I was not using qoutes(single or double) to enclosing image file path. It use to work on IM 6.0.1. But when I upgraded to 6.2.7, the annotate was not working. I tried this and it worked. It may be that you are also having the same problem. Just check on that.
Regards,
Abhishek
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
This is getting off topic for IM, and more Web PHP problem.
As such, first of all.. Does convert work outside of PHP?
Can you get it to do what you want directly.
Next change what PHP is running. Can it find the command, can it find the images it needs. Remember web run applications can have a different environment with different current directory, library and command path settings.
Fianlly, What error meesages are bein produced? can your read the web server error and access logs? Ask your ISp about this, or run your own
local test server, where you do have error log access.
As such, first of all.. Does convert work outside of PHP?
Can you get it to do what you want directly.
Next change what PHP is running. Can it find the command, can it find the images it needs. Remember web run applications can have a different environment with different current directory, library and command path settings.
Fianlly, What error meesages are bein produced? can your read the web server error and access logs? Ask your ISp about this, or run your own
local test server, where you do have error log access.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/