no decode delegate for this image format `test.pdf'
Posted: 2012-01-18T15:41:06-07:00
php 5.3
Apache 2.2.21
If I run my php script from the command line it works fine.
If I run it from a browser it fails with "no decode delegate for this image format `test.pdf'"
Suggestions?
Thanks
Alan
PHP script
<?
echo "start";
$out = array();
echo getenv("PATH");
echo "<pre>";
print_r(exec('identify -format [%g] test.pdf -debug all 2>&1',$out));
Result from command line (-debug removed)
c:\wamp\www>php index.php
startC:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Common Files\M-Tech;c:\wamp\bin\mysql\mysql5.5.16\bin\;c:\wamp\bin\mysql\mysql5.5.16\lib\;c:\wamp\bin\php\php5.3.8\;c:\Program Files\gs\gs9.04\bin\;C:\ImageMagick;<pre>[612x792+0+0][612x792+0+0]Array
(
[0] => [612x792+0+0][612x792+0+0]
)
c:\wamp\www>
Results from the browser
startC:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Common Files\M-Tech;c:\wamp\bin\mysql\mysql5.5.16\bin\;c:\wamp\bin\mysql\mysql5.5.16\lib\;c:\wamp\bin\php\php5.3.8\;c:\Program Files\gs\gs9.04\bin\;C:\ImageMagick;
identify.exe: no decode delegate for this image format `test.pdf' @ error/constitute.c/ReadImage/532.Array
(
[0] => 2012-01-18T17:29:39-05:00 0:00.000 0.000u 6.7.4 Configure identify.exe[4656]: utility.c/ExpandFilenames/907/Configure
[1] => Command line: identify {-format} {[%g]} {test.pdf} {-debug} {all}
[2] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[3] => SOFTWARE\ImageMagick\6.7.4\Q:16
[4] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[5] => SOFTWARE\ImageMagick\6.7.4\Q:16
[6] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[7] => Searching for configure file: "C:\Documents and Settings\LocalService\.magick\coder.xml"
[8] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[9] => Searching for configure file: "C:\ImageMagick\coder.xml"
[10] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: coder.c/LoadCoderList/690/Configure
[11] => Loading coder configuration file "C:\ImageMagick\coder.xml" ...
[12] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[13] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[14] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[15] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[16] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[17] => SOFTWARE\ImageMagick\6.7.4\Q:16
[18] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[19] => SOFTWARE\ImageMagick\6.7.4\Q:16
[20] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[21] => SOFTWARE\ImageMagick\6.7.4\Q:16
[22] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[23] => Searching for locale file: "C:\Documents and Settings\LocalService\.magick\locale.xml"
[24] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[25] => Searching for locale file: "C:\ImageMagick\locale.xml"
[26] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[27] => Loading locale configure file "C:\ImageMagick\locale.xml" ...
[28] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[29] => Loading locale configure file "locale.xml" ...
[30] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[31] => SOFTWARE\ImageMagick\6.7.4\Q:16
[32] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[33] => SOFTWARE\ImageMagick\6.7.4\Q:16
[34] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[35] => Searching for locale file: "C:\Documents and Settings\LocalService\.magick\english.xml"
[36] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[37] => Searching for locale file: "C:\ImageMagick\english.xml"
[38] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[39] => Loading locale configure file "C:\ImageMagick\english.xml" ...
[40] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[41] => Loading locale configure file "english.xml" ...
[42] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[43] => RegistryKeyLookupFailed `CoderModulesPath'
[44] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[45] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[46] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[47] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[48] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[49] => SOFTWARE\ImageMagick\6.7.4\Q:16
[50] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[51] => RegistryKeyLookupFailed `CoderModulesPath'
[52] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Policy identify.exe[4656]: policy.c/IsRightsAuthorized/485/Policy
[53] => Domain: Path; rights=Read; pattern="test.pdf" ...
[54] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Blob identify.exe[4656]: blob.c/OpenBlob/2482/Blob
[55] => read 3 magic header bytes
[56] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[57] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[58] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[59] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[60] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[61] => SOFTWARE\ImageMagick\6.7.4\Q:16
[62] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[63] => RegistryKeyLookupFailed `CoderModulesPath'
[64] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Cache identify.exe[4656]: cache.c/DestroyPixelCache/1506/Cache
[65] => destroy
[66] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[67] => SOFTWARE\ImageMagick\6.7.4\Q:16
[68] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[69] => SOFTWARE\ImageMagick\6.7.4\Q:16
[70] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[71] => Searching for configure file: "C:\Documents and Settings\LocalService\.magick\magic.xml"
[72] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[73] => Searching for configure file: "C:\ImageMagick\magic.xml"
[74] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: magic.c/LoadMagicList/679/Configure
[75] => Loading magic configure file "C:\ImageMagick\magic.xml" ...
[76] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[77] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[78] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[79] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[80] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[81] => SOFTWARE\ImageMagick\6.7.4\Q:16
[82] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[83] => RegistryKeyLookupFailed `CoderModulesPath'
[84] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Policy identify.exe[4656]: policy.c/IsRightsAuthorized/485/Policy
[85] => Domain: Coder; rights=Read; pattern="PDF" ...
[86] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[87] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[88] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[89] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[90] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[91] => SOFTWARE\ImageMagick\6.7.4\Q:16
[92] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[93] => RegistryKeyLookupFailed `CoderModulesPath'
[94] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[95] => SOFTWARE\ImageMagick\6.7.4\Q:16
[96] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[97] => SOFTWARE\ImageMagick\6.7.4\Q:16
[98] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[99] => Searching for configure file: "C:\Documents and Settings\LocalService\.magick\delegates.xml"
[100] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[101] => Searching for configure file: "C:\ImageMagick\delegates.xml"
[102] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: delegate.c/LoadDelegateList/1221/Configure
[103] => Loading delegate configuration file "C:\ImageMagick\delegates.xml" ...
[104] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTLocateGhostscript/1010/Configure
[105] => Ghostscript (GPL Ghostscript) version 9.02
[106] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTGhostscriptGetString/1065/Configure
[107] => registry: "HKEY_CURRENT_USER\SOFTWARE\GPL Ghostscript\9.02\GS_DLL" (failed)
[108] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTGhostscriptGetString/1061/Configure
[109] => registry: "HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.02\GS_DLL"="C:\Program Files\gs\gs9.02\bin\gsdll32.dll"
[110] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: constitute.c/ReadImage/532/Exception
[111] => no decode delegate for this image format `test.pdf'
[112] => identify.exe: no decode delegate for this image format `test.pdf' @ error/constitute.c/ReadImage/532.
Apache 2.2.21
If I run my php script from the command line it works fine.
If I run it from a browser it fails with "no decode delegate for this image format `test.pdf'"
Suggestions?
Thanks
Alan
PHP script
<?
echo "start";
$out = array();
echo getenv("PATH");
echo "<pre>";
print_r(exec('identify -format [%g] test.pdf -debug all 2>&1',$out));
Result from command line (-debug removed)
c:\wamp\www>php index.php
startC:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Common Files\M-Tech;c:\wamp\bin\mysql\mysql5.5.16\bin\;c:\wamp\bin\mysql\mysql5.5.16\lib\;c:\wamp\bin\php\php5.3.8\;c:\Program Files\gs\gs9.04\bin\;C:\ImageMagick;<pre>[612x792+0+0][612x792+0+0]Array
(
[0] => [612x792+0+0][612x792+0+0]
)
c:\wamp\www>
Results from the browser
startC:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Common Files\M-Tech;c:\wamp\bin\mysql\mysql5.5.16\bin\;c:\wamp\bin\mysql\mysql5.5.16\lib\;c:\wamp\bin\php\php5.3.8\;c:\Program Files\gs\gs9.04\bin\;C:\ImageMagick;
identify.exe: no decode delegate for this image format `test.pdf' @ error/constitute.c/ReadImage/532.Array
(
[0] => 2012-01-18T17:29:39-05:00 0:00.000 0.000u 6.7.4 Configure identify.exe[4656]: utility.c/ExpandFilenames/907/Configure
[1] => Command line: identify {-format} {[%g]} {test.pdf} {-debug} {all}
[2] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[3] => SOFTWARE\ImageMagick\6.7.4\Q:16
[4] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[5] => SOFTWARE\ImageMagick\6.7.4\Q:16
[6] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[7] => Searching for configure file: "C:\Documents and Settings\LocalService\.magick\coder.xml"
[8] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[9] => Searching for configure file: "C:\ImageMagick\coder.xml"
[10] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: coder.c/LoadCoderList/690/Configure
[11] => Loading coder configuration file "C:\ImageMagick\coder.xml" ...
[12] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[13] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[14] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[15] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[16] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[17] => SOFTWARE\ImageMagick\6.7.4\Q:16
[18] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[19] => SOFTWARE\ImageMagick\6.7.4\Q:16
[20] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[21] => SOFTWARE\ImageMagick\6.7.4\Q:16
[22] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[23] => Searching for locale file: "C:\Documents and Settings\LocalService\.magick\locale.xml"
[24] => 2012-01-18T17:29:39-05:00 0:00.015 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[25] => Searching for locale file: "C:\ImageMagick\locale.xml"
[26] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[27] => Loading locale configure file "C:\ImageMagick\locale.xml" ...
[28] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[29] => Loading locale configure file "locale.xml" ...
[30] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[31] => SOFTWARE\ImageMagick\6.7.4\Q:16
[32] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[33] => SOFTWARE\ImageMagick\6.7.4\Q:16
[34] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[35] => Searching for locale file: "C:\Documents and Settings\LocalService\.magick\english.xml"
[36] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Locale identify.exe[4656]: locale.c/GetLocaleOptions/728/Locale
[37] => Searching for locale file: "C:\ImageMagick\english.xml"
[38] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[39] => Loading locale configure file "C:\ImageMagick\english.xml" ...
[40] => 2012-01-18T17:29:39-05:00 0:00.031 0.000u 6.7.4 Configure identify.exe[4656]: locale.c/LoadLocaleList/1092/Configure
[41] => Loading locale configure file "english.xml" ...
[42] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[43] => RegistryKeyLookupFailed `CoderModulesPath'
[44] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[45] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[46] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[47] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[48] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[49] => SOFTWARE\ImageMagick\6.7.4\Q:16
[50] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[51] => RegistryKeyLookupFailed `CoderModulesPath'
[52] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Policy identify.exe[4656]: policy.c/IsRightsAuthorized/485/Policy
[53] => Domain: Path; rights=Read; pattern="test.pdf" ...
[54] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Blob identify.exe[4656]: blob.c/OpenBlob/2482/Blob
[55] => read 3 magic header bytes
[56] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[57] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[58] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[59] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[60] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[61] => SOFTWARE\ImageMagick\6.7.4\Q:16
[62] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[63] => RegistryKeyLookupFailed `CoderModulesPath'
[64] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Cache identify.exe[4656]: cache.c/DestroyPixelCache/1506/Cache
[65] => destroy
[66] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[67] => SOFTWARE\ImageMagick\6.7.4\Q:16
[68] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[69] => SOFTWARE\ImageMagick\6.7.4\Q:16
[70] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[71] => Searching for configure file: "C:\Documents and Settings\LocalService\.magick\magic.xml"
[72] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[73] => Searching for configure file: "C:\ImageMagick\magic.xml"
[74] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: magic.c/LoadMagicList/679/Configure
[75] => Loading magic configure file "C:\ImageMagick\magic.xml" ...
[76] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[77] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[78] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[79] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[80] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[81] => SOFTWARE\ImageMagick\6.7.4\Q:16
[82] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[83] => RegistryKeyLookupFailed `CoderModulesPath'
[84] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Policy identify.exe[4656]: policy.c/IsRightsAuthorized/485/Policy
[85] => Domain: Coder; rights=Read; pattern="PDF" ...
[86] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/OpenModule/1264/Module
[87] => Searching for module "PDF" using filename "IM_MOD_RL_PDF_.dll"
[88] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Module identify.exe[4656]: module.c/GetMagickModulePath/565/Module
[89] => Searching for coder module file "IM_MOD_RL_PDF_.dll" ...
[90] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[91] => SOFTWARE\ImageMagick\6.7.4\Q:16
[92] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: module.c/GetMagickModulePath/673/Exception
[93] => RegistryKeyLookupFailed `CoderModulesPath'
[94] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[95] => SOFTWARE\ImageMagick\6.7.4\Q:16
[96] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTRegistryKeyLookup/1659/Configure
[97] => SOFTWARE\ImageMagick\6.7.4\Q:16
[98] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[99] => Searching for configure file: "C:\Documents and Settings\LocalService\.magick\delegates.xml"
[100] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: configure.c/GetConfigureOptions/564/Configure
[101] => Searching for configure file: "C:\ImageMagick\delegates.xml"
[102] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: delegate.c/LoadDelegateList/1221/Configure
[103] => Loading delegate configuration file "C:\ImageMagick\delegates.xml" ...
[104] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTLocateGhostscript/1010/Configure
[105] => Ghostscript (GPL Ghostscript) version 9.02
[106] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTGhostscriptGetString/1065/Configure
[107] => registry: "HKEY_CURRENT_USER\SOFTWARE\GPL Ghostscript\9.02\GS_DLL" (failed)
[108] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Configure identify.exe[4656]: nt-base.c/NTGhostscriptGetString/1061/Configure
[109] => registry: "HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.02\GS_DLL"="C:\Program Files\gs\gs9.02\bin\gsdll32.dll"
[110] => 2012-01-18T17:29:39-05:00 0:00.047 0.016u 6.7.4 Exception identify.exe[4656]: constitute.c/ReadImage/532/Exception
[111] => no decode delegate for this image format `test.pdf'
[112] => identify.exe: no decode delegate for this image format `test.pdf' @ error/constitute.c/ReadImage/532.