Search found 11064 matches

by magick
2019-08-26T04:30:18-07:00
Forum: Bugs
Topic: Bug: convert: clBuildProgram failed. (-11) @ warning/opencl.c/CompileOpenCLKernel/1395
Replies: 9
Views: 66004

Re: Bug: convert: clBuildProgram failed. (-11) @ warning/opencl.c/CompileOpenCLKernel/1395

ImageMagick leverages your GPU, if available, to speed up certain image processing operations. If the GPU is not available, or if the OpenCL kernel fails to build or to run, ImageMagick reverts to the CPU algorithm to complete the operation. You should be getting expected results despite the GPU fail.
by magick
2019-08-24T13:55:08-07:00
Forum: Bugs
Topic: Explicit file format not working for HTTP input
Replies: 1
Views: 36551

Re: Explicit file format not working for HTTP input

The problem is that HTTPS is an overloaded syntax in that its actually part of the image path but is also behaving as an explicit image format. As such, we cannot fix it without breaking the file path parsing. Consider this as a WONT FIX bug or as a feature :-).
by magick
2019-08-24T13:51:52-07:00
Forum: Bugs
Topic: DNG and AI not recognized properly via HTTP(S)
Replies: 1
Views: 39554

Re: DNG and AI not recognized properly via #if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__MINGW32__) if (LocHTT

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.
by magick
2019-08-24T06:15:57-07:00
Forum: Developers
Topic: [Github] [Latest] Android Imagemagick 7
Replies: 7
Views: 54876

Re: [Github] [Latest] Android Imagemagick 7

We added your link to the ImageMagick home page @ https://imagemagick.org.
by magick
2019-08-19T05:40:15-07:00
Forum: Users
Topic: Combining multiple animated gifs into a single longer animation - Using too much disk space
Replies: 6
Views: 9178

Re: Combining multiple animated gifs into a single longer animation - Using too much disk space

See https://imagemagick.org/script/architec ... tera-pixel. Try this command:

Code: Select all

convert -monitor -limit memory 2GiB -limit map 4GiB -define registry:temporary-path=./ *.gif out.gif
by magick
2019-08-12T17:07:54-07:00
Forum: Bugs
Topic: [RESOLVED] possible bug with MPC IM 6.9.10.60 Q16 Mac OSX Sierra
Replies: 2
Views: 39050

Re: possible bug with MPC IM 6.9.10.60 Q16 Mac OSX Sierra

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
by magick
2019-08-12T09:52:04-07:00
Forum: Bugs
Topic: 7.0.8-60 issue with "-background none" and "-swirl"
Replies: 5
Views: 45418

Re: 7.0.8-60 issue with "-background none" and "-swirl"

That would be a bug. Fixed in the github trunk.
by magick
2019-08-11T17:44:48-07:00
Forum: Bugs
Topic: 7.0.8-60 issue with "-background none" and "-swirl"
Replies: 5
Views: 45418

Re: 7.0.8-60 issue with "-background none" and "-swirl"

The swirl option responds to the interpolate option, e.g. -interpolate background.
by magick
2019-08-10T03:34:43-07:00
Forum: Users
Topic: Set '-quiet' programmicaly
Replies: 1
Views: 6082

Re: Set '-quiet' programmicaly

To ignore warnings, set the warning handler to NULL:

Code: Select all

MagickCore::SetWarningHandler((MagickCore::WarningHandler) NULL);
by magick
2019-08-07T15:05:39-07:00
Forum: Bugs
Topic: Possible bug with filename handling (Windows x86)
Replies: 5
Views: 44239

Re: Possible bug with filename handling (Windows x86)

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.
by magick
2019-08-07T04:49:29-07:00
Forum: Users
Topic: Unable to save to EXR compressing with the DWAA method
Replies: 6
Views: 13176

Re: Unable to save to EXR compressing with the DWAA method

We leverage the OpenEXR delegate library to write EXR image files. OpenEXR only supports these compression methods: #define IMF_NO_COMPRESSION 0 #define IMF_RLE_COMPRESSION 1 #define IMF_ZIPS_COMPRESSION 2 #define IMF_ZIP_COMPRESSION 3 #define IMF_PIZ_COMPRESSION 4 #define IMF_PXR24_COMPRESSION 5 #d...
by magick
2019-08-03T08:35:29-07:00
Forum: MagickStudio
Topic: Inputting images
Replies: 1
Views: 41268

Re: Inputting images

Unfortunately we cannot reproduce the problem you reported. What is site you're visiting? Does this happen with all images or a specific image? If its a specific image, post a link to the image so we can download it and attempt to reproduce the exception you received.
by magick
2019-08-03T04:46:57-07:00
Forum: Bugs
Topic: [Magick++] Image constructor bug
Replies: 2
Views: 39339

Re: [Magick++] Image constructor bug

All color RGB arguments have a valid range of 0.0 - 1.0. #FF4500 is approximately Magick::ColorRGB(1.0, 0.27, 0.0). Or as a hex string: Color("#FF4500"). Both return the expected orange color.
by magick
2019-08-03T04:30:47-07:00
Forum: Bugs
Topic: Possible bug with convert eps to png
Replies: 12
Views: 63831

Re: Possible bug with convert eps to png

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.
by magick
2019-08-02T16:35:57-07:00
Forum: Bugs
Topic: -compose CopyBlack
Replies: 1
Views: 36340

Re: -compose CopyBlack

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.