Hi,
Thank you for your help. I think the problem is the interaction of RS and IM.
ImageMagick on command line and php test works fine. The tiff and the psd was converted into a jpg.
system("C:\imagemagic/convert -version");
exec("C:\imagemagic/convert test.psd -thumbnail 500x500 outputtiff2.jpg 2>&1", $array);
If i upload the same file in RS i get this error log:
2015-07-28 15:11:50 CLI command: "C:\imagemagic\identify.exe" -format %wx%h "C:\inetpub\wwwroot\resourcespace\include/../filestore/1/3/7_9063b21a3caf198/137_ea575f98a8bb743.tif"[0]
2015-07-28 15:11:50 CLI output:
2015-07-28 15:11:50 CLI errors: identify.exe: unable to load module `C:\imagemagic\modules\coders\IM_MOD_RL_TIFF_.dll': Das angegebene Modul wurde nicht gefunden.
@ error/module.c/OpenModule/1282.
identify.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
2015-07-28 15:11:50 CLI errors: convert.exe: unable to load module `C:\imagemagic\modules\coders\IM_MOD_RL_TIFF_.dll': Das angegebene Modul wurde nicht gefunden.
@ error/module.c/OpenModule/1282.
convert.exe: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
convert.exe: no images defined `C:\inetpub\wwwroot\resourcespace\include/../filestore/1/3/7_9063b21a3caf198/137hpr_2a8df4eb068a40b.jpg' @ error/convert.c/ConvertImageCommand/3212.
After the RS upload my test script doesn't work anymore. I got the same failure message. But: I have to wait some time - after a few (minutes/hours) the test script works fine again. I have no idea where to search. Apache? Rights?
(Resourcespace 7.3 on Windows)
Many thanks
Uwe
ResourceSpace Version7.3.7009
PHP Version5.6.7 (config: C:\Program Files (x86)\PHP\v5.6\php.ini)OKMySQL Version5.6.23-log (Client-encoding: utf8)OKGD Versionbundled (2.1.0 compatible)OKPHP.INI Wert für 'memory_limit'200MOKPHP.INI Wert für 'post_max_size'100MOKPHP.INI Wert für 'upload_max_filesize'150MOKSchreibzugriff auf C:\inetpub\wwwroot\resourcespace\include/../filestoreOKWrite access to /pluginsOKBrowsen des 'filestore' Verzeichnisses nicht erlaubtOKUntertützung für große Dateien (64bit Plattform)WARNUNG: 32bit PHP wird genutzt. Dateien größer als 2GB werden nicht unterstützt.ImageMagick
Version: ImageMagick 6.9.1-10 Q16 x64 2015-07-25 http://www.imagemagick.org
OK