Search found 2 matches

by jbd
2015-09-10T03:20:29-07:00
Forum: Developers
Topic: Deprecated but
Replies: 2
Views: 3797

Re: Deprecated but

Hi

Thank you very much for the quick answer.

I fixed the replacement by MagickGetImageBlob with a huge success.

I still have problems with GetBlobSize(wand->images) (in my case ( GetBlobSize(im->images) ). Compiler fails with :
error: dereferencing pointer to incomplete type"
Anyway, I'll fix ...
by jbd
2015-09-09T07:42:11-07:00
Forum: Developers
Topic: Deprecated but
Replies: 2
Views: 3797

Deprecated but

Hi folks,

I'm trying to install zimg (http://zimg.buaa.us/ ) on a freshly installed debian jessie box.
On compilation time, I got warnings about deprecated functions. As I plan to modify the sources of this soft, I was thinking to update those old call to the right ones. But I have any clue of what ...