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?".
I'm using MagickWand in C to do various tasks for a web CMS that I'm building. One of the things I want to do is convert uploaded photos from their native colorspaces to sRGB.
My question is: how exactly do I pass ICC data into MagickProfileImage? The documentation just mentions
In 'C' a void pointer is a point to a undescribed block of memory. IM uses that
as a profile could be anything. With that should be some 'length' parameter defining the memory blocks length when the image gets written.