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.
dlemstra
Posts: 1570 Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:
Post
by dlemstra » 2016-11-28T12:38:43-07:00
Are you using the most recent version of ImageMagick? I am getting the following result:
Code: Select all
D:\>convert favicon.ico null:
convert: memory allocation failed `favicon.ico' @ error/icon.c/ReadICONImage/356.
convert: no images defined `null:' @ error/convert.c/ConvertImageCommand/3254.
snizovtsev
Posts: 3 Joined: 2016-11-28T12:26:33-07:00
Authentication code: 1151
Post
by snizovtsev » 2016-11-28T12:53:08-07:00
Ubuntu 16.04 version
Code: Select all
convert --version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-11-10 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib
I will try to build latest version from source.
snizovtsev
Posts: 3 Joined: 2016-11-28T12:26:33-07:00
Authentication code: 1151
Post
by snizovtsev » 2016-11-28T13:25:46-07:00
It seems latest versions from both 6x and 7x branches fixed this bug. Sorry!