Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hello,
I'm trying to execute a command similar to "convert -threshold 90%" on my Linux box with a C program, compiled using gcc. I'm using the following code:
and getting the error " error: dereferencing pointer to incomplete type".
I take it that using wand->image_info is incorrect in trying to access the ImageInfo* required for the first argument?
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
It will probably be a week or two before I can look at it and even then, I've never used Objective C so I can't test anything.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.