Problems converting EPS into anything

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
User avatar
Mrhnhrm
Posts: 3
Joined: 2018-10-17T05:32:43-07:00
Authentication code: 1152

Problems converting EPS into anything

Post by Mrhnhrm »

Hi, and thanks for taking a look.
  • OS: Funtoo Linux (Gentoo offshot), x86_64
  • IM version: tried two of them -- 6.9.9.33 and 7.0.8.12
  • Ghostscript version: 9.25
I am having trouble converting EPS files with IM. Tried PNG, PDF, and JPG as output. As near as I can tell, Ghostscript is working fine; issuing this command which is pretty much the same as what IM uses internally (according to the output with the -verbose flag) works without trouble and produces a good looking image:

Code: Select all

$ gs -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 '-r72x72' -g418x409  '-sOutputFile=1.png' '-f1.eps'
Trying to do this in IM does not go well. Just in case, I will provide the output of both versions I tried, although they look the same to me.

Version 6.9.9.33:

Code: Select all

$ convert 1.eps 1.png
Aborted

Code: Select all

$ convert -verbose 1.eps 1.jpg
[ghostscript library 9.25] -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 '-r72x72' -g418x409  '-sOutputFile=/tmp/magick-25467qbwCp64KEw1S%d' '-f/tmp/magick-254675-GZc1LKQnHY' '-f/tmp/magick-25467Rr7TRraE5on4'Aborted

Code: Select all

$ convert -debug all 1.eps 1.jpg         
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: utility.c/ExpandFilenames/954/Configure
  Command line: convert {-debug} {all} {1.eps} {1.jpg}
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/share/ImageMagick-6/coder.xml"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/lib64/ImageMagick-6.9.9//config-Q16HDRI/coder.xml"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/etc/ImageMagick-6/coder.xml"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/share/doc/ImageMagick-6/coder.xml"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/mrhn/.config/ImageMagick/coder.xml"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/mrhn/.magick/coder.xml"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Configure convert[25711]: coder.c/LoadCoderCache/817/Configure
  Loading coder configuration file "/etc/ImageMagick-6/coder.xml" ...
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Module convert[25711]: module.c/OpenModule/1289/Module
  Searching for module "PS" using filename "ps.la"
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Module convert[25711]: module.c/GetMagickModulePath/546/Module
  Searching for coder module file "ps.la" ...
2018-10-17T20:43:05+07:00 0:00.000 0.000u 6.9.9 Module convert[25711]: module.c/OpenModule/1298/Module
  Opening module at path "/usr/lib64/ImageMagick-6.9.9/modules-Q16HDRI/coders/ps.la"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Module convert[25711]: module.c/OpenModule/1325/Module
  Method "RegisterPSImage" in module "PS" at address 0x7fd07efa8f00
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Module convert[25711]: module.c/OpenModule/1339/Module
  Method "UnregisterPSImage" in module "PS" at address 0x7fd07efa9160
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Policy convert[25711]: policy.c/IsRightsAuthorized/603/Policy
  Domain: Path; rights=Read; pattern="1.eps" ...
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Blob convert[25711]: blob.c/OpenBlob/2627/Blob
    read 3 magic header bytes
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Cache convert[25711]: cache.c/DestroyPixelCache/1176/Cache
  destroy 
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/share/ImageMagick-6/magic.xml"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/lib64/ImageMagick-6.9.9//config-Q16HDRI/magic.xml"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/etc/ImageMagick-6/magic.xml"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/share/doc/ImageMagick-6/magic.xml"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/mrhn/.config/ImageMagick/magic.xml"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/mrhn/.magick/magic.xml"
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Configure convert[25711]: magic.c/LoadMagicCache/796/Configure
  Loading magic configure file "/etc/ImageMagick-6/magic.xml" ...
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Policy convert[25711]: policy.c/IsRightsAuthorized/603/Policy
  Domain: Coder; rights=Read; pattern="PS" ...
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Policy convert[25711]: policy.c/IsRightsAuthorized/603/Policy
  Domain: Path; rights=Read; pattern="1.eps" ...
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Blob convert[25711]: blob.c/OpenBlob/2627/Blob
    read 3 magic header bytes
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Cache convert[25711]: cache.c/DestroyPixelCache/1176/Cache
  destroy 
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Policy convert[25711]: policy.c/IsRightsAuthorized/603/Policy
  Domain: Path; rights=Read; pattern="1.eps" ...
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Blob convert[25711]: blob.c/OpenBlob/2627/Blob
    read 3 magic header bytes
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Resource convert[25711]: resource.c/AcquireUniqueFileResource/551/Resource
  ...
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Resource convert[25711]: resource.c/AcquireUniqueFileResource/604/Resource
  Acquire /tmp/magick-25711yMq72VmuHIE8
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Resource convert[25711]: resource.c/RelinquishUniqueFileResource/1137/Resource
  Relinquish /tmp/magick-25711yMq72VmuHIE8
2018-10-17T20:43:05+07:00 0:00.010 0.010u 6.9.9 Exception convert[25711]: utility.c/ShredFile/1824/Exception
  Failed to remove: /tmp/magick-25711yMq72VmuHIE8.cache
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Resource convert[25711]: resource.c/AcquireUniqueFileResource/551/Resource
  ...
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Resource convert[25711]: resource.c/AcquireUniqueFileResource/604/Resource
  Acquire /tmp/magick-25711yrsR5K14klpM
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/share/ImageMagick-6/delegates.xml"
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/lib64/ImageMagick-6.9.9//config-Q16HDRI/delegates.xml"
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/etc/ImageMagick-6/delegates.xml"
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/usr/share/doc/ImageMagick-6/delegates.xml"
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/mrhn/.config/ImageMagick/delegates.xml"
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: configure.c/GetConfigureOptions/685/Configure
  Searching for configure file: "/home/mrhn/.magick/delegates.xml"
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Configure convert[25711]: delegate.c/LoadDelegateCache/2087/Configure
  Loading delegate configuration file "/etc/ImageMagick-6/delegates.xml" ...
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Resource convert[25711]: resource.c/AcquireUniqueFileResource/551/Resource
  ...
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Resource convert[25711]: resource.c/AcquireUniqueFileResource/604/Resource
  Acquire /tmp/magick-25711zKSSa8aEH99p
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Resource convert[25711]: resource.c/RelinquishUniqueFileResource/1137/Resource
  Relinquish /tmp/magick-25711zKSSa8aEH99p
2018-10-17T20:43:05+07:00 0:00.020 0.010u 6.9.9 Exception convert[25711]: utility.c/ShredFile/1824/Exception
  Failed to remove: /tmp/magick-25711zKSSa8aEH99p.cache
2018-10-17T20:43:05+07:00 0:00.060 0.060u 6.9.9 Exception convert[25711]: utility.c/ShredFile/1824/Exception
  Failed to remove: /tmp/magick-25711yrsR5K14klpM
Aborted
Version 7.0.8.12:

Code: Select all

$ magick 1.eps 1.png
Aborted

Code: Select all

magick -verbose 1.eps 1.png
[ghostscript library 9.25] -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 '-sDEVICE=pngalpha' -dTextAlphaBits=4 -dGraphicsAlphaBits=4 '-r72x72' -g418x409 -dEPSCrop  '-sOutputFile=/tmp/magick-17733F5iYFh2jE6T0%d' '-f/tmp/magick-17733OyBvzH37Cowe' '-f/tmp/magick-17733XPDVK4g5nP8r'Aborted

Code: Select all

$ magick -debug all 1.eps 1.png       
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Wand magick[17797]: wandcli.c/AcquireMagickCLI/131/Wand
  MagickWandCLI-0
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Command magick[17797]: magick-cli.c/MagickImageCommand/709/Command
  Initializing "magick"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Command magick[17797]: magick-cli.c/ProcessCommandOptions/388/Command
  at CLI arg 1 - Starting ("-debug")
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Command magick[17797]: operation.c/CLISettingOptionInfo/439/Command
  at CLI arg 1 - Setting Option: -debug "all" "(null)"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireMagickResource/250/Resource
  Width: 1P/107.374MP
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireMagickResource/250/Resource
  Height: 1P/107.374MP
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireMagickResource/250/Resource
  ListLength: 1/18.4467E
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Pixel magick[17797]: pixel.c/SetPixelChannelMask/6290/Pixel
  [07ffffff]
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Pixel magick[17797]: pixel.c/LogPixelChannels/6174/Pixel
  [07ffffff]
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Pixel magick[17797]: pixel.c/LogPixelChannels/6271/Pixel
    0: red (update)
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Pixel magick[17797]: pixel.c/LogPixelChannels/6271/Pixel
    1: green (update)
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Pixel magick[17797]: pixel.c/LogPixelChannels/6271/Pixel
    2: blue (update)
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireMagickResource/250/Resource
  Area: 1P/12.5082GP
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireMagickResource/357/Resource
  Memory: 12B/12B/5.82458GiB
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Cache magick[17797]: cache.c/OpenPixelCache/3795/Cache
  open [0] (Heap Memory, 1x1x3 12B)
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Cache magick[17797]: cache.c/DestroyPixelCache/1056/Cache
  destroy [0]
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Resource magick[17797]: resource.c/RelinquishMagickResource/1015/Resource
  Memory: 12B/0B/5.82458GiB
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Wand magick[17797]: wandcli.c/CLICatchException/242/Wand
  magick-CLI
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Command magick[17797]: operation.c/CLINoImageOperator/4657/Command
  at CLI arg 3 - NoImage Operator: -read "1.eps" ""
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: utility.c/ExpandFilenames/959/Configure
  Command line: 1.eps
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Policy magick[17797]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Module; rights=Read; pattern="EPS" ...
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/share/ImageMagick-7/coder.xml"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/lib64/ImageMagick-7.0.8//config-Q16HDRI/coder.xml"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/etc/ImageMagick-7/coder.xml"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/share/doc/ImageMagick-7/coder.xml"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/home/mrhn/.config/ImageMagick/coder.xml"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Configure magick[17797]: coder.c/LoadCoderCache/818/Configure
  Loading coder configuration file "/etc/ImageMagick-7/coder.xml" ...
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Module magick[17797]: module.c/OpenModule/1272/Module
  Searching for module "PS" using filename "ps.la"
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Module magick[17797]: module.c/GetMagickModulePath/546/Module
  Searching for coder module file "ps.la" ...
2018-10-17T20:56:54+07:00 0:00.000 0.000u 7.0.8 Module magick[17797]: module.c/OpenModule/1281/Module
  Opening module at path "/usr/lib64/ImageMagick-7.0.8/modules-Q16HDRI/coders/ps.la"
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Module magick[17797]: module.c/OpenModule/1308/Module
  Method "RegisterPSImage" in module "PS" at address 0x7f5d257a7600
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Module magick[17797]: module.c/OpenModule/1322/Module
  Method "UnregisterPSImage" in module "PS" at address 0x7f5d257a77c0
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/share/ImageMagick-7/magic.xml"
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/lib64/ImageMagick-7.0.8//config-Q16HDRI/magic.xml"
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/etc/ImageMagick-7/magic.xml"
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/share/doc/ImageMagick-7/magic.xml"
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/home/mrhn/.config/ImageMagick/magic.xml"
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Configure magick[17797]: magic.c/LoadMagicCache/849/Configure
  Loading magic configure file "/etc/ImageMagick-7/magic.xml" ...
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Policy magick[17797]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="1.eps" ...
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Blob magick[17797]: blob.c/OpenBlob/3383/Blob
    read 3 magic header bytes
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Cache magick[17797]: cache.c/DestroyPixelCache/1056/Cache
  destroy 
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Policy magick[17797]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="1.eps" ...
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Blob magick[17797]: blob.c/OpenBlob/3383/Blob
    read 3 magic header bytes
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Cache magick[17797]: cache.c/DestroyPixelCache/1056/Cache
  destroy 
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Policy magick[17797]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Coder; rights=Read; pattern="EPS" ...
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Policy magick[17797]: policy.c/IsRightsAuthorized/609/Policy
  Domain: Path; rights=Read; pattern="1.eps" ...
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Blob magick[17797]: blob.c/OpenBlob/3383/Blob
    read 3 magic header bytes
2018-10-17T20:56:54+07:00 0:00.010 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireUniqueFileResource/550/Resource
  ...
2018-10-17T20:56:54+07:00 0:00.020 0.000u 7.0.8 Resource magick[17797]: resource.c/AcquireUniqueFileResource/606/Resource
  /tmp/magick-177979JyGmTZGKjw4
2018-10-17T20:56:54+07:00 0:00.020 0.000u 7.0.8 Resource magick[17797]: resource.c/RelinquishUniqueFileResource/1053/Resource
  /tmp/magick-177979JyGmTZGKjw4
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Resource magick[17797]: resource.c/AcquireUniqueFileResource/550/Resource
  ...
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Resource magick[17797]: resource.c/AcquireUniqueFileResource/606/Resource
  /tmp/magick-177975E8wkjsjOlEH
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/share/ImageMagick-7/delegates.xml"
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/lib64/ImageMagick-7.0.8//config-Q16HDRI/delegates.xml"
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/etc/ImageMagick-7/delegates.xml"
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/usr/share/doc/ImageMagick-7/delegates.xml"
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Configure magick[17797]: configure.c/GetConfigureOptions/687/Configure
  Searching for configure file: "/home/mrhn/.config/ImageMagick/delegates.xml"
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Configure magick[17797]: delegate.c/LoadDelegateCache/2030/Configure
  Loading delegate configuration file "/etc/ImageMagick-7/delegates.xml" ...
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Resource magick[17797]: resource.c/AcquireUniqueFileResource/550/Resource
  ...
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Resource magick[17797]: resource.c/AcquireUniqueFileResource/606/Resource
  /tmp/magick-17797CpC2IIPWJzMk
2018-10-17T20:56:54+07:00 0:00.020 0.010u 7.0.8 Resource magick[17797]: resource.c/RelinquishUniqueFileResource/1053/Resource
  /tmp/magick-17797CpC2IIPWJzMk
2018-10-17T20:56:54+07:00 0:00.060 0.060u 7.0.8 Exception magick[17797]: utility.c/ShredFile/1840/Exception
  Failed to remove: /tmp/magick-177975E8wkjsjOlEH
Aborted
Some insight about what is going on will be much appreciated.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Problems converting EPS into anything

Post by snibgo »

Please post a link to your input eps.
snibgo's IM pages: im.snibgo.com
User avatar
Mrhnhrm
Posts: 3
Joined: 2018-10-17T05:32:43-07:00
Authentication code: 1152

Re: Problems converting EPS into anything

Post by Mrhnhrm »

Thanks for giving it a try. Here are a couple of files. 1.eps was produced by Veusz 3.0.1. The debug output is listed in my previous message. 2.eps was produced by Inkscape 0.92.2. The debug output file for it is also included here.
https://yadi.sk/d/Kmh6jI3Mz4bpWQ
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Problems converting EPS into anything

Post by fmw42 »

Both work fine for me on IM 6.9.10.12 Q16 Mac OSX with GS 9.24. The second gives a message

Code: Select all

convert 1.eps 1.png

Code: Select all

convert 2.eps 2.png
convert: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG `2.png' @ warning/png.c/MagickPNGWarningHandler/1667.

But that is expected since it is trying to add a color profile to a grayscale image.

Try downgrading GS to 9.24 and see if that works. Perhaps 9.25 has introduced some bug.
User avatar
Mrhnhrm
Posts: 3
Joined: 2018-10-17T05:32:43-07:00
Authentication code: 1152

Re: Problems converting EPS into anything

Post by Mrhnhrm »

When downgrading, GS 9.21 is the most recent available in the repositories for me. But it seems to work too. Thanks a lot.
So, who should be notified about this strange GS 9.25 behaviour? The GS team?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Problems converting EPS into anything

Post by fmw42 »

Yes, the GS team
Post Reply