Then we turn to 6.8.3.4, and the memory leak bug had be fixed. But there is a new problem, when convert a gif or a bmp image to webp, it failed with "NoDecodeDelegateForThisImageFormat `' @ error/blob.c/ImagesToBlob/1781"
we use ImageMagick++
Code: Select all
Blob blob(img_data, img_size);
Image img;
img.read(blob);
....
....
....
img.write(&blob, "WEBP"); // failed here...