MagickSetImageCompression not working

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
grant
Posts: 11
Joined: 2017-12-15T03:40:16-07:00
Authentication code: 1152

Re: MagickSetImageCompression not working

Post by grant »

I found it.
I must use version 6.6.4-Q16 and not 6.9.9-27 Q8.
Version 6.9.9-27 Q8 failed to create 8 bits single channel.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: MagickSetImageCompression not working

Post by dlemstra »

Have you tried to use 6.9.9-34? That other version is ancient and should not be used anymore.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
grant
Posts: 11
Joined: 2017-12-15T03:40:16-07:00
Authentication code: 1152

Re: MagickSetImageCompression not working

Post by grant »

Version 6.9.9-34 works fine.
Post Reply