6.9.5 Sun raster to JPG convert failure
Posted: 2016-10-07T13:07:12-07:00
Hi all,
I have been successfully using 6.7.9 convert in my processing scripts to convert Sun rasterfiles to JPG on a CentOS system as follows:
> convert xx.ras xx.jpg
> convert --version
Version: ImageMagick 6.7.9-7 2013-08-20 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Unfortunately, on an iMac running a recent MacPorts 6.9.5 release this does not work properly:
> convert xx.ras xx.jpg
convert: unable to read image data `xx.ras' @ error/sun.c/ReadSUNImage/471.
convert: no images defined `xx.jpg' @ error/convert.c/ConvertImageCommand/3257.
> convert --version
Version: ImageMagick 6.9.5-10 Q16 x86_64 2016-09-29 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr png ps tiff webp x xml zlib
I believe that Sun rasterfiles are always big-endian, so I also tried '-endian MSB' (and also '-endian LSB' just for completeness) but got the exact same error as above.
Does anyone know what the problem is here? I have appended some '-debug all' output below.
Thanks!
Roger Davis
Univ. of Hawaii
Output of '-debug all':
> convert -debug all xx.ras xx.jpg
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: utility.c/ExpandFilenames/940/Configure
Command line: convert {-debug} {all} {xx.ras} {xx.jpg}
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/ImageMagick-6/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/etc/ImageMagick-6/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/doc/ImageMagick-6/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.hmrg-macgtk/ImageMagick/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.config/ImageMagick/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.magick/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: coder.c/LoadCoderCache/826/Configure
Loading coder configuration file "/opt/local/etc/ImageMagick-6/coder.xml" ...
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1288/Module
Searching for module "SUN" using filename "sun.la"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/GetMagickModulePath/558/Module
Searching for coder module file "sun.la" ...
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1297/Module
Opening module at path "/opt/local/lib/ImageMagick-6.9.5//modules-Q16/coders/sun.la"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1324/Module
Method "RegisterSUNImage" in module "SUN" at address 0x103c1fbd0
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1338/Module
Method "UnregisterSUNImage" in module "SUN" at address 0x103c21a7f
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Policy convert[79902]: policy.c/IsRightsAuthorized/580/Policy
Domain: Path; rights=Read; pattern="xx.ras" ...
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Blob convert[79902]: blob.c/OpenBlob/2597/Blob
read 3 magic header bytes
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Map: 124MB/118.2MiB/64GiB
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Resource convert[79902]: resource.c/RelinquishMagickResource/1008/Resource
Map: 124MB/0B/64GiB
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Cache convert[79902]: cache.c/DestroyPixelCache/1121/Cache
destroy
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/ImageMagick-6/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/etc/ImageMagick-6/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/doc/ImageMagick-6/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.hmrg-macgtk/ImageMagick/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.config/ImageMagick/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.magick/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: magic.c/LoadMagicCache/796/Configure
Loading magic configure file "/opt/local/etc/ImageMagick-6/magic.xml" ...
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Policy convert[79902]: policy.c/IsRightsAuthorized/580/Policy
Domain: Coder; rights=Read; pattern="SUN" ...
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Policy convert[79902]: policy.c/IsRightsAuthorized/580/Policy
Domain: Path; rights=Read; pattern="xx.ras" ...
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Blob convert[79902]: blob.c/OpenBlob/2597/Blob
read 3 magic header bytes
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Map: 124MB/118.2MiB/64GiB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Width: 24KB/24KB/214.7MB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Height: 20.4KB/20.4KB/214.7MB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Area: 4.8819GB/4.8819GB/68.719GB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Memory: 4.8819GB/4.5466GiB/32GiB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Cache convert[79902]: cache.c/OpenPixelCache/3870/Cache
open xx.ras[0] (Heap Memory, 23958x20377 4.5466GiB)
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/ImageMagick-6/locale.xml"
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/locale.xml"
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/etc/ImageMagick-6/locale.xml"
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/doc/ImageMagick-6/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.hmrg-macgtk/ImageMagick/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.config/ImageMagick/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.magick/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Configure convert[79902]: locale.c/LoadLocaleCache/1177/Configure
Loading locale configure file "/opt/local/share/ImageMagick-6/locale.xml" ...
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/ImageMagick-6/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/etc/ImageMagick-6/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/doc/ImageMagick-6/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.hmrg-macgtk/ImageMagick/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.config/ImageMagick/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.magick/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Configure convert[79902]: locale.c/LoadLocaleCache/1177/Configure
Loading locale configure file "/opt/local/share/ImageMagick-6/english.xml" ...
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Exception convert[79902]: sun.c/ReadSUNImage/471/Exception
unable to read image data `xx.ras'
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Resource convert[79902]: resource.c/RelinquishMagickResource/1008/Resource
Map: 124MB/0B/64GiB
2016-10-07T10:04:06-10:00 0:00.560 0.540u 6.9.5 Cache convert[79902]: cache.c/DestroyPixelCache/1121/Cache
destroy xx.ras[0]
2016-10-07T10:04:06-10:00 0:00.560 0.540u 6.9.5 Resource convert[79902]: resource.c/RelinquishMagickResource/1008/Resource
Memory: 4.8819GB/0B/32GiB
2016-10-07T10:04:06-10:00 0:00.560 0.540u 6.9.5 Exception convert[79902]: convert.c/ConvertImageCommand/3257/Exception
no images defined `xx.jpg'
convert: unable to read image data `xx.ras' @ error/sun.c/ReadSUNImage/471.
convert: no images defined `xx.jpg' @ error/convert.c/ConvertImageCommand/3257.
I have been successfully using 6.7.9 convert in my processing scripts to convert Sun rasterfiles to JPG on a CentOS system as follows:
> convert xx.ras xx.jpg
> convert --version
Version: ImageMagick 6.7.9-7 2013-08-20 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Unfortunately, on an iMac running a recent MacPorts 6.9.5 release this does not work properly:
> convert xx.ras xx.jpg
convert: unable to read image data `xx.ras' @ error/sun.c/ReadSUNImage/471.
convert: no images defined `xx.jpg' @ error/convert.c/ConvertImageCommand/3257.
> convert --version
Version: ImageMagick 6.9.5-10 Q16 x86_64 2016-09-29 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr png ps tiff webp x xml zlib
I believe that Sun rasterfiles are always big-endian, so I also tried '-endian MSB' (and also '-endian LSB' just for completeness) but got the exact same error as above.
Does anyone know what the problem is here? I have appended some '-debug all' output below.
Thanks!
Roger Davis
Univ. of Hawaii
Output of '-debug all':
> convert -debug all xx.ras xx.jpg
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: utility.c/ExpandFilenames/940/Configure
Command line: convert {-debug} {all} {xx.ras} {xx.jpg}
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/ImageMagick-6/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/etc/ImageMagick-6/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/doc/ImageMagick-6/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.hmrg-macgtk/ImageMagick/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.config/ImageMagick/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.magick/coder.xml"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Configure convert[79902]: coder.c/LoadCoderCache/826/Configure
Loading coder configuration file "/opt/local/etc/ImageMagick-6/coder.xml" ...
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1288/Module
Searching for module "SUN" using filename "sun.la"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/GetMagickModulePath/558/Module
Searching for coder module file "sun.la" ...
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1297/Module
Opening module at path "/opt/local/lib/ImageMagick-6.9.5//modules-Q16/coders/sun.la"
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1324/Module
Method "RegisterSUNImage" in module "SUN" at address 0x103c1fbd0
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Module convert[79902]: module.c/OpenModule/1338/Module
Method "UnregisterSUNImage" in module "SUN" at address 0x103c21a7f
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Policy convert[79902]: policy.c/IsRightsAuthorized/580/Policy
Domain: Path; rights=Read; pattern="xx.ras" ...
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Blob convert[79902]: blob.c/OpenBlob/2597/Blob
read 3 magic header bytes
2016-10-07T10:04:05-10:00 0:00.000 0.000u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Map: 124MB/118.2MiB/64GiB
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Resource convert[79902]: resource.c/RelinquishMagickResource/1008/Resource
Map: 124MB/0B/64GiB
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Cache convert[79902]: cache.c/DestroyPixelCache/1121/Cache
destroy
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/ImageMagick-6/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/etc/ImageMagick-6/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/opt/local/share/doc/ImageMagick-6/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.hmrg-macgtk/ImageMagick/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.config/ImageMagick/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: configure.c/GetConfigureOptions/685/Configure
Searching for configure file: "/Users/rbd/.magick/magic.xml"
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Configure convert[79902]: magic.c/LoadMagicCache/796/Configure
Loading magic configure file "/opt/local/etc/ImageMagick-6/magic.xml" ...
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Policy convert[79902]: policy.c/IsRightsAuthorized/580/Policy
Domain: Coder; rights=Read; pattern="SUN" ...
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Policy convert[79902]: policy.c/IsRightsAuthorized/580/Policy
Domain: Path; rights=Read; pattern="xx.ras" ...
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Blob convert[79902]: blob.c/OpenBlob/2597/Blob
read 3 magic header bytes
2016-10-07T10:04:05-10:00 0:00.010 0.010u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Map: 124MB/118.2MiB/64GiB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Width: 24KB/24KB/214.7MB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Height: 20.4KB/20.4KB/214.7MB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Area: 4.8819GB/4.8819GB/68.719GB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Resource convert[79902]: resource.c/AcquireMagickResource/313/Resource
Memory: 4.8819GB/4.5466GiB/32GiB
2016-10-07T10:04:05-10:00 0:00.020 0.020u 6.9.5 Cache convert[79902]: cache.c/OpenPixelCache/3870/Cache
open xx.ras[0] (Heap Memory, 23958x20377 4.5466GiB)
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/ImageMagick-6/locale.xml"
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/locale.xml"
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/etc/ImageMagick-6/locale.xml"
2016-10-07T10:04:06-10:00 0:00.550 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/doc/ImageMagick-6/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.hmrg-macgtk/ImageMagick/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.config/ImageMagick/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.magick/locale.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Configure convert[79902]: locale.c/LoadLocaleCache/1177/Configure
Loading locale configure file "/opt/local/share/ImageMagick-6/locale.xml" ...
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/ImageMagick-6/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/lib/ImageMagick-6.9.5//config-Q16/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/etc/ImageMagick-6/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/opt/local/share/doc/ImageMagick-6/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.hmrg-macgtk/ImageMagick/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.config/ImageMagick/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Locale convert[79902]: locale.c/GetLocaleOptions/824/Locale
Searching for locale file: "/Users/rbd/.magick/english.xml"
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Configure convert[79902]: locale.c/LoadLocaleCache/1177/Configure
Loading locale configure file "/opt/local/share/ImageMagick-6/english.xml" ...
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Exception convert[79902]: sun.c/ReadSUNImage/471/Exception
unable to read image data `xx.ras'
2016-10-07T10:04:06-10:00 0:00.560 0.530u 6.9.5 Resource convert[79902]: resource.c/RelinquishMagickResource/1008/Resource
Map: 124MB/0B/64GiB
2016-10-07T10:04:06-10:00 0:00.560 0.540u 6.9.5 Cache convert[79902]: cache.c/DestroyPixelCache/1121/Cache
destroy xx.ras[0]
2016-10-07T10:04:06-10:00 0:00.560 0.540u 6.9.5 Resource convert[79902]: resource.c/RelinquishMagickResource/1008/Resource
Memory: 4.8819GB/0B/32GiB
2016-10-07T10:04:06-10:00 0:00.560 0.540u 6.9.5 Exception convert[79902]: convert.c/ConvertImageCommand/3257/Exception
no images defined `xx.jpg'
convert: unable to read image data `xx.ras' @ error/sun.c/ReadSUNImage/471.
convert: no images defined `xx.jpg' @ error/convert.c/ConvertImageCommand/3257.