in command, use -strip, can remove image's verbose
but c++ code,
how can i do?
strip, how to use c++
-
- Posts: 8
- Joined: 2011-01-11T23:27:29-07:00
- Authentication code: 8675308
-
- Posts: 8
- Joined: 2011-01-11T23:27:29-07:00
- Authentication code: 8675308
Re: strip, how to use c++
anybody can help me?
-
- Posts: 8
- Joined: 2011-01-11T23:27:29-07:00
- Authentication code: 8675308
Re: strip, how to use c++
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...
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++
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().