Search found 2 matches

by zwolf
2012-08-28T14:51:46-07:00
Forum: MagickWand
Topic: UnregisterTIFFImage
Replies: 1
Views: 11416

Re: UnregisterTIFFImage

I solved.

//MagickWandTerminus();

Boh!.
by zwolf
2012-08-28T10:53:06-07:00
Forum: MagickWand
Topic: UnregisterTIFFImage
Replies: 1
Views: 11416

UnregisterTIFFImage

I need a function to convert byte streams from png to jpeg. The function will be used in a program written in vala. I get the following error when I run for the second time: > Memory allocation failed `'@ fatal/tiff.c/UnregisterTIFFImage/1831 I write an example for debugging: #include <stdio.h> #inc...