convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
economicpygmy
Posts: 2
Joined: 2016-11-19T19:18:26-07:00
Authentication code: 1151

convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16

Post by economicpygmy »

I have a PHP script creates a simple script and calls a binary written in C.
The binary calls the following binaries to convert a LeX math expression to a PNG.

Code: Select all

/usr/local/bin/latex -output-directory=latex --interaction=nonstopmode latex/234_test1
/usr/local/bin/dvips -E latex/234_test1.dvi -o latex/234_test1.ps
/usr/local/bin/convert -debug all -density 120 latex/234_test1.ps latex/234_test1.png >> latex/im.log 2>&1
If I execute the binary on the command line, it works fine and a valid PNG file is produced.
If I execute the process via the PHP script, the ps file is produced but then the convert binary fails.

I thought it was a path problem so I added /usr/local/bin into the /usr/local/etc/ImageMagick-6/delegates.xml
e.g.
delegate decode="png" encode="webp" command=""/usr/local/bin/cwebp"
delegate decode="pdf" encode="ps" mode="bi" command=""/usr/loca/bin/gs"

Ive captured the debug from ImageMagick but if Im honest I cant understand any failures that relate to this issue. The log file just diverges and then it issues a convert: no images defined error.

What I cant understand, and it seems nobody in the first 4 pages of google hits can either, is how you setup ImageMagick to work via apache? Is there a mode where I can clearly see what the problem is? Can anyone explain what the problem is?

Code: Select all

2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: utility.c/ExpandFilenames/940/Configure
  Command line: /usr/local/bin/convert {-debug} {all} {-density} {120} {latex/234_test1.ps} {latex/234_test1.png}
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/coder.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/coder.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/coder.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/coder.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/coder.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/coder.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: coder.c/LoadCoderCache/826/Configure
  Loading coder configuration file "/usr/local/etc/ImageMagick-6/coder.xml" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Module convert[1531]: module.c/OpenModule/1288/Module
  Searching for module "PS" using filename "ps.la"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Module convert[1531]: module.c/GetMagickModulePath/558/Module
  Searching for coder module file "ps.la" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Module convert[1531]: module.c/OpenModule/1297/Module
  Opening module at path "/usr/local/lib/ImageMagick-6.9.5//modules-Q16/coders/ps.la"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Module convert[1531]: module.c/OpenModule/1324/Module
  Method "RegisterPSImage" in module "PS" at address 0x8054055f0
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Module convert[1531]: module.c/OpenModule/1338/Module
  Method "UnregisterPSImage" in module "PS" at address 0x80540a1b0
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Policy convert[1531]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Blob convert[1531]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Cache convert[1531]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/magic.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/magic.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/magic.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/magic.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/magic.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/magic.xml"
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Configure convert[1531]: magic.c/LoadMagicCache/796/Configure
  Loading magic configure file "/usr/local/etc/ImageMagick-6/magic.xml" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Policy convert[1531]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Coder; rights=Read; pattern="PS" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Policy convert[1531]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Blob convert[1531]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Cache convert[1531]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Policy convert[1531]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Blob convert[1531]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Resource convert[1531]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Resource convert[1531]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-1531SDXzWMrdcOgn
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Resource convert[1531]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1531SDXzWMrdcOgn
2016-11-20T01:56:44+00:00 0:00.000 0.000u 6.9.5 Exception convert[1531]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1531SDXzWMrdcOgn.cache
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-1531RTlssfkDBwjQ
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/delegates.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/delegates.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/delegates.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/delegates.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/delegates.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/delegates.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: delegate.c/LoadDelegateCache/2087/Configure
  Loading delegate configuration file "/usr/local/etc/ImageMagick-6/delegates.xml" ...
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-1531wA1S24D0Icub
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1531wA1S24D0Icub
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Exception convert[1531]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1531wA1S24D0Icub.cache
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Policy convert[1531]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Policy convert[1531]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1531RTlssfkDBwjQ
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Exception convert[1531]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1531RTlssfkDBwjQ.cache
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1531SDXzWMrdcOgn
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Exception convert[1531]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1531SDXzWMrdcOgn.cache
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Resource convert[1531]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1531wA1S24D0Icub1
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Exception convert[1531]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1531wA1S24D0Icub1.cache
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Exception convert[1531]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1531wA1S24D0Icub1
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Cache convert[1531]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/ImageMagick-6/locale.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/locale.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/etc/ImageMagick-6/locale.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/doc/ImageMagick-6/locale.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.config/ImageMagick/locale.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.magick/locale.xml"
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Configure convert[1531]: locale.c/LoadLocaleCache/1177/Configure
  Loading locale configure file "/usr/local/share/ImageMagick-6/locale.xml" ...
2016-11-20T01:56:44+00:00 0:00.008 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/ImageMagick-6/english.xml"
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/english.xml"
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/etc/ImageMagick-6/english.xml"
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/doc/ImageMagick-6/english.xml"
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.config/ImageMagick/english.xml"
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Locale convert[1531]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.magick/english.xml"
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Configure convert[1531]: locale.c/LoadLocaleCache/1177/Configure
  Loading locale configure file "/usr/local/share/ImageMagick-6/english.xml" ...
2016-11-20T01:56:44+00:00 0:00.016 0.008u 6.9.5 Exception convert[1531]: convert.c/ConvertImageCommand/3257/Exception
  no images defined `latex/234_test1.png'
convert: no images defined `latex/234_test1.png' @ error/convert.c/ConvertImageCommand/3257.
And when it works via the command line

Code: Select all

2016-11-20T02:13:03+00:00 0:00.000 0.000u 6.9.5 Configure convert[1593]: utility.c/ExpandFilenames/940/Configure
  Command line: /usr/local/bin/convert {-debug} {all} {-density} {120} {latex/234_test1.ps} {latex/234_test1.png}
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/coder.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/coder.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/coder.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/coder.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/bert/.config/ImageMagick/coder.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/bert/.magick/coder.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: coder.c/LoadCoderCache/826/Configure
  Loading coder configuration file "/usr/local/etc/ImageMagick-6/coder.xml" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Module convert[1593]: module.c/OpenModule/1288/Module
  Searching for module "PS" using filename "ps.la"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Module convert[1593]: module.c/GetMagickModulePath/558/Module
  Searching for coder module file "ps.la" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Module convert[1593]: module.c/OpenModule/1297/Module
  Opening module at path "/usr/local/lib/ImageMagick-6.9.5//modules-Q16/coders/ps.la"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Module convert[1593]: module.c/OpenModule/1324/Module
  Method "RegisterPSImage" in module "PS" at address 0x8054055f0
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Module convert[1593]: module.c/OpenModule/1338/Module
  Method "UnregisterPSImage" in module "PS" at address 0x80540a1b0
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Blob convert[1593]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Cache convert[1593]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/magic.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/magic.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/magic.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/magic.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/bert/.config/ImageMagick/magic.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/bert/.magick/magic.xml"
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Configure convert[1593]: magic.c/LoadMagicCache/796/Configure
  Loading magic configure file "/usr/local/etc/ImageMagick-6/magic.xml" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Coder; rights=Read; pattern="PS" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Blob convert[1593]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Cache convert[1593]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Blob convert[1593]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Resource convert[1593]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Resource convert[1593]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-1593qQu9RGzsEaew
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Resource convert[1593]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1593qQu9RGzsEaew
2016-11-20T02:13:03+00:00 0:00.000 0.008u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593qQu9RGzsEaew.cache
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-1593Er5QH4EugSrb
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/delegates.xml"
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/delegates.xml"
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/delegates.xml"
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/delegates.xml"
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/bert/.config/ImageMagick/delegates.xml"
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/bert/.magick/delegates.xml"
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Configure convert[1593]: delegate.c/LoadDelegateCache/2087/Configure
  Loading delegate configuration file "/usr/local/etc/ImageMagick-6/delegates.xml" ...
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-1593qIouyzfmnKw1
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Resource convert[1593]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1593qIouyzfmnKw1
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593qIouyzfmnKw1.cache
2016-11-20T02:13:03+00:00 0:00.016 0.023u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Resource convert[1593]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1593Er5QH4EugSrb
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593Er5QH4EugSrb.cache
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Resource convert[1593]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1593qQu9RGzsEaew
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593qQu9RGzsEaew.cache
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="/tmp/magick-1593qIouyzfmnKw11" ...
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Blob convert[1593]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Cache convert[1593]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Module convert[1593]: module.c/OpenModule/1288/Module
  Searching for module "PNG" using filename "png.la"
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Module convert[1593]: module.c/GetMagickModulePath/558/Module
  Searching for coder module file "png.la" ...
2016-11-20T02:13:03+00:00 0:00.156 0.023u 6.9.5 Module convert[1593]: module.c/OpenModule/1297/Module
  Opening module at path "/usr/local/lib/ImageMagick-6.9.5//modules-Q16/coders/png.la"
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Module convert[1593]: module.c/OpenModule/1324/Module
  Method "RegisterPNGImage" in module "PNG" at address 0x8056129e0
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Module convert[1593]: module.c/OpenModule/1338/Module
  Method "UnregisterPNGImage" in module "PNG" at address 0x80561e230
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Coder; rights=Read; pattern="PNG" ...
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadPNGImage/3919/Coder
  Enter ReadPNGImage()
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="/tmp/magick-1593qIouyzfmnKw11" ...
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Blob convert[1593]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2024/Coder
    Enter ReadOnePNGImage()
    IM version     = 6.9.5-10
    Libpng version = 1.6.23+apng
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2037/Coder
      Zlib version   = 1.2.8
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2067/Coder
      Before reading:
      image->matte=0
      image->rendering_intent=2
      image->colorspace=13
      image->gamma=0.454545
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2352/Coder
      PNG width: 108, height: 22
    PNG color_type: 6, bit_depth: 8
    PNG compression_method: 0
    PNG interlace_method: 0, filter_method: 0
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2621/Coder
      Setting sRGB as if in input
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2671/Coder
      Reading PNG pHYs chunk: xres: 4724, yres: 4724, units: 1.
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2781/Coder
      Reading PNG bKGD chunk, raw ping_background=(65535,65535,65535).
    bkgd_scale=257.  ping_background=(65535,65535,65535).
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/2802/Coder
      image->background_color=(65535,65535,65535).
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Width: 108B/108B/214.7MB
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Height: 22B/22B/214.7MB
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Area: 19KB/19KB/34.208GB
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Memory: 19KB/18.6KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Cache convert[1593]: cache.c/OpenPixelCache/3870/Cache
  open /tmp/magick-1593qIouyzfmnKw11[0] (Heap Memory, 108x22 18.6KiB)
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3079/Coder
      Reading PNG IDAT chunk(s)
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Memory: 432B/19KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3093/Coder
      Converting PNG pixels to pixel packets
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3175/Coder
      Looking for cheap transparent pixel
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3185/Coder
      ...got one.
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3408/Coder
      Found transparent pixel
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3569/Coder
      image->colorspace=13
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3587/Coder
      Reading PNG text chunk
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3640/Coder
        length: 20
      Keyword: Software
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/RelinquishMagickResource/1008/Resource
  Memory: 432B/18.6KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadOnePNGImage/3872/Coder
    exit ReadOnePNGImage()
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadPNGImage/3995/Coder
    page.w: 0, page.h: 0,page.x: 0, page.y: 0.
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Coder convert[1593]: png.c/ReadPNGImage/4001/Coder
  exit ReadPNGImage()
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1593qIouyzfmnKw11
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593qIouyzfmnKw11.cache
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Resource convert[1593]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-1593qIouyzfmnKw12
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593qIouyzfmnKw12.cache
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Exception convert[1593]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-1593qIouyzfmnKw12
2016-11-20T02:13:03+00:00 0:00.164 0.023u 6.9.5 Cache convert[1593]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Coder; rights=Write; pattern="PNG" ...
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WritePNGImage/11487/Coder
  Enter WritePNGImage()
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WritePNGImage/12066/Coder
    Chunks to be excluded from the output png:
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/7925/Coder
    Enter WriteOnePNGImage()
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/7953/Coder
      IM version     = 6.9.5-10
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/7955/Coder
      Libpng version = 1.6.23+apng
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/7962/Coder
      Zlib version   = 1.2.8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8135/Coder
      image->storage_class=DirectClass
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8140/Coder
      image_info->magick= PNG
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8142/Coder
      image->taint=MagickFalse
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/LosslessReduceDepthOK/929/Coder
      OK to reduce PNG bit depth to 8 without loss of info
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8413/Coder
      Enter BUILD_PALETTE:
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8418/Coder
        image->columns=108
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8420/Coder
        image->rows=22
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8422/Coder
        image->matte=1
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8424/Coder
        image->depth=8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8460/Coder
        image->colors=0
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8464/Coder
          (zero means unknown)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8468/Coder
        Regenerate the colormap
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8585/Coder
        Check colormap for background (65535,65535,65535)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8605/Coder
        background_color index is 1
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8624/Coder
        image has 17 colors
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8701/Coder
        Sort the new colormap
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8756/Coder
        AcquireImageColormap
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Width: 108B/108B/214.7MB
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Height: 22B/22B/214.7MB
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Area: 23.8KB/23.8KB/34.208GB
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Memory: 23.8KB/41.8KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+0]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+0]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+1]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+1]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+2]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+2]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+3]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+3]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+4]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+4]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+5]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+5]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+6]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+6]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+7]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+7]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+8]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+8]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+9]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+9]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+10]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+10]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+11]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+11]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+12]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+12]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+13]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+13]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+14]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+14]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+15]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+15]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+16]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+16]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+17]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+17]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+18]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+18]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+19]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+19]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+20]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+20]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ReadPixelCachePixels/4784/Cache
  /tmp/magick-1593qIouyzfmnKw11[0][108x1+0+21]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/WritePixelCachePixels/5875/Cache
  latex/234_test1.png[0][108x1+0+21]
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/ClonePixelCacheRepository/923/Cache
  Memory => Memory
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Resource convert[1593]: resource.c/RelinquishMagickResource/1008/Resource
  Memory: 19KB/23.2KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Cache convert[1593]: cache.c/OpenPixelCache/3870/Cache
  open latex/234_test1.png[0] (Heap Memory, 108x22 23.2KiB)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8772/Coder
        image->colors=17 (17)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8776/Coder
        Update the pixel indexes
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8821/Coder
        image->colors=17
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8826/Coder
         i     (red,green,blue,opacity)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         0     (65535,65535,65535,65535)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         1     (0,0,0,52428)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         2     (0,0,0,34952)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         3     (0,0,0,30583)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         4     (0,0,0,61166)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         5     (0,0,0,39321)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         6     (0,0,0,43690)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         7     (0,0,0,17476)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         8     (0,0,0,26214)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         9     (0,0,0,8738)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         10     (0,0,0,56797)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         11     (0,0,0,4369)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         12     (0,0,0,48059)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         13     (0,0,0,21845)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         14     (0,0,0,13107)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         15     (0,0,0,0)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8833/Coder
         16     (65535,65535,65535,0)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8845/Coder
        number_transparent     = 1
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8854/Coder
        number_opaque          = 2
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8863/Coder
        number_semitransparent = 14
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8872/Coder
        All pixels and the background are black or white
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/8883/Coder
      Exit BUILD_PALETTE:
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9261/Coder
     Cheap transparency is not possible.
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9420/Coder
      width=108
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9422/Coder
      height=22
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9424/Coder
      image_matte=1
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9426/Coder
      image->depth=8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9428/Coder
      Tentative ping_bit_depth=8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9443/Coder
      Setting up pHYs chunk
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9470/Coder
      Set up PNG pHYs chunk: xres: 120, yres: 120, units: 0.
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9513/Coder
      Setting up bKGD chunk (1)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9515/Coder
        background_color index is 16
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9519/Coder
      ping_bit_depth=8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9657/Coder
    Selecting PNG colortype:
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9715/Coder
      Selected PNG colortype=4
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9751/Coder
      Number of colors: 17
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9754/Coder
      Tentative PNG bit depth: 8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9766/Coder
      Tentative PNG color type: Gray+Alpha (4)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9771/Coder
      image_info->type: 0
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9774/Coder
      image_depth: 8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9777/Coder
      image->depth: 8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/9781/Coder
      ping_bit_depth: 8
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10188/Coder
      PNG color type: Gray+Alpha (4)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10196/Coder
    Setting up deflate compression
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10199/Coder
      Compression buffer size: 32768
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10206/Coder
      Compression mem level: 9
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10286/Coder
      Compression level:    7
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10295/Coder
    Setting up filtering
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10299/Coder
      Base filter method: ADAPTIVE
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10435/Coder
    Writing PNG header chunks
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10579/Coder
    Setting up gAMA chunk
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10607/Coder
    Setting up cHRM chunk
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10624/Coder
      Setting up bKGD chunk
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10626/Coder
        background color = (255,255,255)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10631/Coder
        index = 16, gray=255
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10650/Coder
      Setting up pHYs chunk
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10652/Coder
        x_resolution=120
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10655/Coder
        y_resolution=120
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10658/Coder
        unit_type=0
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10697/Coder
    Reset tIME in tainted image
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Policy convert[1593]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Write; pattern="latex/234_test1.png" ...
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10812/Coder
    Writing PNG image data
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10815/Coder
      Allocating 216 bytes of memory for pixels
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Resource convert[1593]: resource.c/AcquireMagickResource/313/Resource
  Memory: 216B/23.4KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10943/Coder
      Writing GRAY_ALPHA PNG pixels (2)
2016-11-20T02:13:03+00:00 0:00.164 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/10951/Coder
      Writing row of pixels (2)
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11113/Coder
    Wrote PNG image data
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11116/Coder
      Width: 108
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11119/Coder
      Height: 22
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11128/Coder
      PNG bit-depth written: 8
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11137/Coder
      PNG color-type written: 4
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11140/Coder
      PNG Interlace method: 0
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11201/Coder
    Setting up text chunk
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11204/Coder
      keyword: 'date:create'
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11201/Coder
    Setting up text chunk
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11204/Coder
      keyword: 'date:modify'
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11201/Coder
    Setting up text chunk
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11204/Coder
      keyword: 'ps:HiResBoundingBox'
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11201/Coder
    Setting up text chunk
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11204/Coder
      keyword: 'ps:Level'
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11201/Coder
    Setting up text chunk
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11204/Coder
      keyword: 'ps:SpotColor-0'
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11220/Coder
    Writing PNG end info
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Resource convert[1593]: resource.c/RelinquishMagickResource/1008/Resource
  Memory: 216B/23.2KiB/15.929GiB
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WriteOnePNGImage/11282/Coder
    exit WriteOnePNGImage()
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Coder convert[1593]: png.c/WritePNGImage/12130/Coder
  exit WritePNGImage()
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Cache convert[1593]: cache.c/DestroyPixelCache/1121/Cache
  destroy latex/234_test1.png[0]
2016-11-20T02:13:03+00:00 0:00.172 0.031u 6.9.5 Resource convert[1593]: resource.c/RelinquishMagickResource/1008/Resource
  Memory: 23.8KB/0B/15.929GiB
economicpygmy
Posts: 2
Joined: 2016-11-19T19:18:26-07:00
Authentication code: 1151

Re: convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16

Post by economicpygmy »

When I run from the command line, the xml config files that are read are:
code.xml
magic.xml
deletgates.xml
... convert ps to png

But when apache via the user www runs, the config files are:
code.xml
magic.xml
deletgates.xml
locale.xml
english.xml
... fail

Why is the apache version loading more config? All I want to do is convert a ps to png, is there a way to tell ImageMagik to do the minimum to just do that conversion?

Edited to add:

Also tried the following which produces the same output/error.

Code: Select all

<?php

printf("/usr/local/bin/convert -debug all -density 120 234_test1.ps latex/234_test1.png");
exec("/usr/local/bin/convert -debug all -density 120 234_test1.ps latex/234_test1.png", $return);
foreach ($return as $val){
   echo "<br/>".$val;
}

// /usr/local/bin/convert -debug all -density 120 234_test1.ps latex/234_test1.png

?>

Code: Select all

2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: utility.c/ExpandFilenames/940/Configure
  Command line: /usr/local/bin/convert {-debug} {all} {-density} {120} {latex/234_test1.ps} {latex/234_test1.png}
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/coder.xml"
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/coder.xml"
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/coder.xml"
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/coder.xml"
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/coder.xml"
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/coder.xml"
2016-11-20T11:34:07+00:00 0:00.000 0.000u 6.9.5 Configure convert[3268]: coder.c/LoadCoderCache/826/Configure
  Loading coder configuration file "/usr/local/etc/ImageMagick-6/coder.xml" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Module convert[3268]: module.c/OpenModule/1288/Module
  Searching for module "PS" using filename "ps.la"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Module convert[3268]: module.c/GetMagickModulePath/558/Module
  Searching for coder module file "ps.la" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Module convert[3268]: module.c/OpenModule/1297/Module
  Opening module at path "/usr/local/lib/ImageMagick-6.9.5//modules-Q16/coders/ps.la"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Module convert[3268]: module.c/OpenModule/1324/Module
  Method "RegisterPSImage" in module "PS" at address 0x8054055f0
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Module convert[3268]: module.c/OpenModule/1338/Module
  Method "UnregisterPSImage" in module "PS" at address 0x80540a1b0
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Policy convert[3268]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Blob convert[3268]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Cache convert[3268]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/magic.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/magic.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/magic.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/magic.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/magic.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/magic.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Configure convert[3268]: magic.c/LoadMagicCache/796/Configure
  Loading magic configure file "/usr/local/etc/ImageMagick-6/magic.xml" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Policy convert[3268]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Coder; rights=Read; pattern="PS" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Policy convert[3268]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Blob convert[3268]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Cache convert[3268]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Policy convert[3268]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Blob convert[3268]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Resource convert[3268]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Resource convert[3268]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-3268ZHnADbnVO7JE
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Resource convert[3268]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3268ZHnADbnVO7JE
2016-11-20T11:34:07+00:00 0:00.008 0.000u 6.9.5 Exception convert[3268]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3268ZHnADbnVO7JE.cache
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Resource convert[3268]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Resource convert[3268]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-32682giA2lIO1vai
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/delegates.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/delegates.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/delegates.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/delegates.xml"
2016-11-20T11:34:07+00:00 0:00.008 0.008u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/delegates.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Configure convert[3268]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/delegates.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Configure convert[3268]: delegate.c/LoadDelegateCache/2087/Configure
  Loading delegate configuration file "/usr/local/etc/ImageMagick-6/delegates.xml" ...
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Resource convert[3268]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Resource convert[3268]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-3268f-C9Tla6c14U
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Resource convert[3268]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3268f-C9Tla6c14U
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Exception convert[3268]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3268f-C9Tla6c14U.cache
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Policy convert[3268]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Policy convert[3268]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Resource convert[3268]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-32682giA2lIO1vai
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Exception convert[3268]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-32682giA2lIO1vai.cache
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Resource convert[3268]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3268ZHnADbnVO7JE
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Exception convert[3268]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3268ZHnADbnVO7JE.cache
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Resource convert[3268]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3268f-C9Tla6c14U1
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Exception convert[3268]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3268f-C9Tla6c14U1.cache
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Exception convert[3268]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3268f-C9Tla6c14U1
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Cache convert[3268]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/ImageMagick-6/locale.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/locale.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/etc/ImageMagick-6/locale.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/doc/ImageMagick-6/locale.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.config/ImageMagick/locale.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.magick/locale.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Configure convert[3268]: locale.c/LoadLocaleCache/1177/Configure
  Loading locale configure file "/usr/local/share/ImageMagick-6/locale.xml" ...
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/ImageMagick-6/english.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/english.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/etc/ImageMagick-6/english.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/doc/ImageMagick-6/english.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.config/ImageMagick/english.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Locale convert[3268]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.magick/english.xml"
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Configure convert[3268]: locale.c/LoadLocaleCache/1177/Configure
  Loading locale configure file "/usr/local/share/ImageMagick-6/english.xml" ...
2016-11-20T11:34:07+00:00 0:00.016 0.008u 6.9.5 Exception convert[3268]: convert.c/ConvertImageCommand/3257/Exception
  no images defined `latex/234_test1.png'
convert: no images defined `latex/234_test1.png' @ error/convert.c/ConvertImageCommand/3257.
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: utility.c/ExpandFilenames/940/Configure
  Command line: /usr/local/bin/convert {-debug} {all} {-density} {120} {latex/234_test1.ps} {latex/234_test1.png}
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/coder.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/coder.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/coder.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/coder.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/coder.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/coder.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: coder.c/LoadCoderCache/826/Configure
  Loading coder configuration file "/usr/local/etc/ImageMagick-6/coder.xml" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Module convert[3556]: module.c/OpenModule/1288/Module
  Searching for module "PS" using filename "ps.la"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Module convert[3556]: module.c/GetMagickModulePath/558/Module
  Searching for coder module file "ps.la" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Module convert[3556]: module.c/OpenModule/1297/Module
  Opening module at path "/usr/local/lib/ImageMagick-6.9.5//modules-Q16/coders/ps.la"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Module convert[3556]: module.c/OpenModule/1324/Module
  Method "RegisterPSImage" in module "PS" at address 0x8054055f0
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Module convert[3556]: module.c/OpenModule/1338/Module
  Method "UnregisterPSImage" in module "PS" at address 0x80540a1b0
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Policy convert[3556]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Blob convert[3556]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Cache convert[3556]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/magic.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/magic.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/magic.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/magic.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/magic.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/magic.xml"
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Configure convert[3556]: magic.c/LoadMagicCache/796/Configure
  Loading magic configure file "/usr/local/etc/ImageMagick-6/magic.xml" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Policy convert[3556]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Coder; rights=Read; pattern="PS" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Policy convert[3556]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Blob convert[3556]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Cache convert[3556]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Policy convert[3556]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Path; rights=Read; pattern="latex/234_test1.ps" ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Blob convert[3556]: blob.c/OpenBlob/2597/Blob
    read 3 magic header bytes
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Resource convert[3556]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Resource convert[3556]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-3556DLuN-HEe5mq9
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Resource convert[3556]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3556DLuN-HEe5mq9
2016-11-20T12:27:54+00:00 0:00.000 0.000u 6.9.5 Exception convert[3556]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3556DLuN-HEe5mq9.cache
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-3556ct4_nSzcujSH
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/ImageMagick-6/delegates.xml"
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/delegates.xml"
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/etc/ImageMagick-6/delegates.xml"
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/local/share/doc/ImageMagick-6/delegates.xml"
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.config/ImageMagick/delegates.xml"
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "//.magick/delegates.xml"
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Configure convert[3556]: delegate.c/LoadDelegateCache/2087/Configure
  Loading delegate configuration file "/usr/local/etc/ImageMagick-6/delegates.xml" ...
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/AcquireUniqueFileResource/505/Resource
  ...
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/AcquireUniqueFileResource/556/Resource
  Acquire /tmp/magick-3556ThgqB2xjCUl8
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3556ThgqB2xjCUl8
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Exception convert[3556]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3556ThgqB2xjCUl8.cache
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Policy convert[3556]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Policy convert[3556]: policy.c/IsRightsAuthorized/580/Policy
  Domain: Delegate; rights=Execute; pattern="gs" ...
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3556ct4_nSzcujSH
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Exception convert[3556]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3556ct4_nSzcujSH.cache
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3556DLuN-HEe5mq9
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Exception convert[3556]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3556DLuN-HEe5mq9.cache
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Resource convert[3556]: resource.c/RelinquishUniqueFileResource/1045/Resource
  Relinquish /tmp/magick-3556ThgqB2xjCUl81
2016-11-20T12:27:54+00:00 0:00.008 0.008u 6.9.5 Exception convert[3556]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3556ThgqB2xjCUl81.cache
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Exception convert[3556]: utility.c/ShredFile/1822/Exception
  Failed to remove: /tmp/magick-3556ThgqB2xjCUl81
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Cache convert[3556]: cache.c/DestroyPixelCache/1121/Cache
  destroy 
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/ImageMagick-6/locale.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/locale.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/etc/ImageMagick-6/locale.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/doc/ImageMagick-6/locale.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.config/ImageMagick/locale.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.magick/locale.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Configure convert[3556]: locale.c/LoadLocaleCache/1177/Configure
  Loading locale configure file "/usr/local/share/ImageMagick-6/locale.xml" ...
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/ImageMagick-6/english.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/lib/ImageMagick-6.9.5//config-Q16/english.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/etc/ImageMagick-6/english.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "/usr/local/share/doc/ImageMagick-6/english.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.config/ImageMagick/english.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Locale convert[3556]: locale.c/GetLocaleOptions/824/Locale
  Searching for locale file: "//.magick/english.xml"
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Configure convert[3556]: locale.c/LoadLocaleCache/1177/Configure
  Loading locale configure file "/usr/local/share/ImageMagick-6/english.xml" ...
2016-11-20T12:27:54+00:00 0:00.016 0.008u 6.9.5 Exception convert[3556]: convert.c/ConvertImageCommand/3257/Exception
  no images defined `latex/234_test1.png'
convert: no images defined `latex/234_test1.png' @ error/convert.c/ConvertImageCommand/3257.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert fails for FreeBSD/Apache/ImageMagick 6.9.5-10 Q16

Post by snibgo »

When it fails, it writes an error message. It gets messages from english.xml, according to an entry from locale.xml.


I can't see in the log where the failure occurred. It seems to be incomplete. Did you edit it? If you also put "-verbose", it should show the Ghostscript command.

This operation is to decode a PS file, not encode it, so did you also edit delegates.xml entries for decode PS?
snibgo's IM pages: im.snibgo.com
Post Reply