Search found 11064 matches

by magick
2019-10-01T16:20:57-07:00
Forum: Developers
Topic: Adding a coder for brunsli JPEG recompression
Replies: 1
Views: 36925

Re: Adding a coder for brunsli JPEG recompression

We'll add support for brunsli likely this weekend. Thanks for the suggestion.
by magick
2019-09-28T13:35:37-07:00
Forum: Users
Topic: Large 1bit Tiffs take forever
Replies: 26
Views: 109451

Re: Large 1bit Tiffs take forever

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-09-28T12:08:48-07:00
Forum: Bugs
Topic: PNG to SVG conversion fails with ImageMagick 7.0.8-64
Replies: 13
Views: 82887

Re: PNG to SVG conversion fails with ImageMagick 7.0.8-64

We tried PNG to SVG convert with ImageMagick-7.0.8-65 under Windows 10. The conversion completed successfully without complaint.
by magick
2019-09-28T11:34:51-07:00
Forum: Bugs
Topic: OpenCL can't be disabled in ImageMagick-6.9.10-66
Replies: 2
Views: 36687

Re: OpenCL can't be disabled in ImageMagick-6.9.10-66

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-09-28T09:57:04-07:00
Forum: Users
Topic: compose one transparent png(as mask) with one jpg
Replies: 4
Views: 7278

Re: compose one transparent png(as mask) with one jpg

We're using ImageMagick 7.0.8-66, the latest release, and HDRI is not enabled. Your command completes for us in 9 one-hundreds of a second.
by magick
2019-09-19T13:03:30-07:00
Forum: PerlMagick
Topic: [SOLVED] PerlMagick Get() attributes: only partially working in v7.0.8 [reinstalled]
Replies: 5
Views: 49733

Re: PerlMagick Get() attributes: only partially working in v7.0.8

We're getting expected results with 7.0.8-65: Depth: 8 Version: ImageMagick 7.0.8-66 Q16 x86_64 2019-09-18 https://imagemagick.org Width: 70 Height: 46 Geometry: magick: PNG Type `magick -list configure` and see if your release of ImageMagick includes support for JPEG and PNG. We get: DELEGATES bzli...
by magick
2019-09-17T15:26:26-07:00
Forum: Bugs
Topic: Animated GIF killing magick
Replies: 7
Views: 50029

Re: Animated GIF killing magick

One difference is OpenMP support. We have a 6 core processor with 6 hyperthreads. With the OpenMP feature enabled, 12 threads are run in parallel when coalescing. Your slow-down may come from thrashing and also running in a single thread.
by magick
2019-09-17T05:01:23-07:00
Forum: Bugs
Topic: Animated GIF killing magick
Replies: 7
Views: 50029

Re: Animated GIF killing magick

On our host, the conversion completed in 3 seconds. We're using ImageMagick 7.0.8-64. Your system may be thrashing. Try this command instead:

Code: Select all

magick convert -define registry:temporary-path=./ -limit area 0 m3-zinsen-gif.gif -coalesce coalesce.gif
by magick
2019-09-16T04:09:30-07:00
Forum: Developers
Topic: Deploying to Azure Cloud
Replies: 2
Views: 38770

Re: Deploying to Azure Cloud

Deploy a VM in your Cloud that includes a dependency on the ImageMagick development package/RPM and utilize in the VM environment. Other options include a Cloud-based image processing service such as https://www.blitline.com, Google's Firebase Cloud Functions, or Web Apps in Azure.
by magick
2019-09-10T05:34:21-07:00
Forum: Developers
Topic: build errors on 7.0.8-63
Replies: 1
Views: 35382

Re: build errors on 7.0.8-63

Did you install the DJVU RPM? On our host we installed djvulibre-devel and the RPM build succeeded.
by magick
2019-09-10T04:24:57-07:00
Forum: Magick++
Topic: Unicode (Japanese) characters in Magick++
Replies: 1
Views: 35928

Re: Unicode (Japanese) characters in Magick++

Can you post a simple complete Magick++ codeset that illustrates the problem? We need to reproduce the problem on our development environment before we can offer any assistance.
by magick
2019-09-09T12:04:54-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68350

Re: .png to .pdf conversion is failing with memory allocation error.

The command works flawlessly for us. We're using ImageMagick 7.0.8-64, the latest release under Linux. We'll try under Windows when we get a chance.
by magick
2019-09-08T17:32:27-07:00
Forum: Bugs
Topic: Possible bug IM 7.0.8.63 Q16 Mac OSX with JPG output
Replies: 6
Views: 45680

Re: Possible bug IM 7.0.8.63 Q16 Mac OSX with JPG output

The image you cloned is placed on the stack and utilized. Setting a type of bilevel is persisted as it is popped from the stack following the right paren, ")". The analog is colorspace. For example, if you set a CMYK image colorspace to sRGB within parens, it will persist as sRGB outside t...
by magick
2019-09-08T08:14:53-07:00
Forum: Bugs
Topic: Bug: convert: clBuildProgram failed. (-11) @ warning/opencl.c/CompileOpenCLKernel/1395
Replies: 9
Views: 65985

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

We just released ImageMagick version 7.0.8-64. Does the problem you reported persist with this release? If so, add -debug accelerate to your command line and post the log results here.