When loading the following file, ImageMagick throws a "Unexpected end-of-file" exception.
This used to work in version 6.2.4 I have on my Ubuntu machine, but fails in version 6.3.7.
Here's the URL of the cursor file I tested:
http://members.wolfram.com/flavios/magick/arrow.cur
Thanks.
Cursor file (*.cur) doesn't import correctly.
Re: Cursor file (*.cur) doesn't import correctly.
Try this command:
- convert icon:arrow.cur arrow.png
Re: Cursor file (*.cur) doesn't import correctly.
Your workaround fixes the problem.
Should the .cur extension be associated to the Icon importer automatically then?
I'm not sure which importer it tries to use, but if there's no other importer associated with the .cur extension, then maybe it should be associated with the Icon importer.
In any case, thanks for your help
Should the .cur extension be associated to the Icon importer automatically then?
I'm not sure which importer it tries to use, but if there's no other importer associated with the .cur extension, then maybe it should be associated with the Icon importer.
In any case, thanks for your help