length of profile? in MagickRemoveImageProfile()
Posted: 2007-07-26T09:09:46-07:00
how can I get the length for an profile.
This is needed for MagickRemoveImageProfile
When I want to remove all profiles I could also use:
1. Then I wouldnt need a length!
2.
with name = '*' and profile = 'NULL'. Well then I need again the size.
Can someone tell me where I can find more detailed information than on the homepage of imagemagick about all these different methods?
Thanks,
TurboToJo
This is needed for MagickRemoveImageProfile
Code: Select all
unsigned char *MagickRemoveImageProfile(MagickWand *wand,
const char *name,size_t *length)
1.
Code: Select all
MagickBooleanType MagickStripImage(MagickWand *wand)
2.
Code: Select all
MagickBooleanType MagickProfileImage(MagickWand *wand,const char *name,
const void *profile,const size_t length)
Can someone tell me where I can find more detailed information than on the homepage of imagemagick about all these different methods?
Thanks,
TurboToJo