6.8.7-7 throws “clCreateBuffer failed” when using convert
Posted: 2013-11-28T21:14:20-07:00
convert outputs the following message every time when resizing images.
convert test.jpg test.png works fine, but when resizing like convert -resize 100x test.jpg test-100.jpg the message shown above appears. The action itself (e.g. resizing) works properly: The image gets resized. convert just returns said error message in addition.
Additional info
Code: Select all
convert: clCreateBuffer failed. . @ warning/accelerate.c/ComputeResizeImage/2823.
Additional info
- imagemagick 6.8.7-7 (named 6.8.7.7-1 in Arch Linux repositories)
- system is up to date according to the repository mirror I use
- see this JPEG file that I used for testing
- bug is new since 6.8.7-7 and did not appear in previous version
- original bug report at Arch Linux bug tracker
- install imagemagick 6.8.7-7
- perform convert -geometry 100x test.jpg test-100.jpg
Code: Select all
$ convert --version
Version: ImageMagick 6.8.7-7 Q16 x86_64 2013-11-25 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC HDRI Modules OpenCL OpenMP
Delegates: bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib
$ uname -rms
Linux 3.12.1-3-ARCH x86_64