Page 1 of 1

strip, how to use c++

Posted: 2011-01-27T03:35:22-07:00
by kingliang123
in command, use -strip, can remove image's verbose
but c++ code,
how can i do?

Re: strip, how to use c++

Posted: 2011-01-31T01:55:09-07:00
by kingliang123
anybody can help me?

Re: strip, how to use c++

Posted: 2011-02-11T20:58:59-07:00
by kingliang123
in command, like: convert aa.jpg -strip bb.jpg,
the aa.jpg's metadata will be deleted...
in cpp code, in which way, how can i implement this efforts...
:( :( :( :(

Re: strip, how to use c++

Posted: 2011-02-12T08:00:06-07:00
by magick
We'll need to add support for image.strip() in the next point release of ImageMagick (6.6.7-7). In the mean-time, use MagickCore::StripImage().