Yes, I see this mistake !
Thank you.
Now, I've a new problem
I think, it's a problem of rights, when I execute the command.
With the user root, I can convert the image, but, with the user admin, I can't.
The root and the admin are in differents groups.
I active the debug mode :
Code: Select all
Command :
usr/local/bin/convert -debug configure -quality 100 -geometry 100 var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg
Result :
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: utility.c/ExpandFilenames/813/Configure
Command line: /usr/local/bin/convert {-debug} {configure} {-quality} {100} {-geometry} {100} {var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg} {var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg}
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/config/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.4.6/config/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.4.6/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/srv/.magick/coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "coder.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: coder.c/LoadCoderList/638/Configure
Loading coder configuration file "built-in" ...
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/config/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.4.6/config/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.4.6/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.6/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "/srv/.magick/delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: configure.c/GetConfigureOptions/528/Configure
Searching for configure file: "delegates.xml"
2009-01-23T16:11:14+01:00 0:01 0.000u 6.4.6 Configure convert[16568]: delegate.c/LoadDelegateList/1177/Configure
Loading delegate configuration file "built-in" ...
convert: UnableToOpenBlob `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg': No such file or directory @ blob.c/OpenBlob/2403.
convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/553.
convert: MissingAnImageFilename `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg' @ convert.c/ConvertImageCommand/2710.
So I've got a problem with the delegates.xml.
I find a file in "/etc/imagemagick/ImageMagick-6.4.6-9/config" directory.
I execute a chmod command 777, but nothing !
I've got the error again.
So, is it the right or wrong file ?
I see the line "/srv/.magick/delegates.xml", but I haven't got a such directory .magick.
I create it, copy the file into, execute a chmod to give access to my user admin.
Now,I've got this error :
Code: Select all
convert: NoDecodeDelegateForThisImageFormat `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg' @ constitute.c/ReadImage/526.
convert: MissingAnImageFilename `var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left2.jpg' @ convert.c/ConvertImageCommand/2710.
Regards,
Olivier