progress monitor ios
Posted: 2013-01-03T04:35:10-07:00
Hi all,
I am successfully using image magick on ios with all the commands I need.
I have converted the command lines used on our server into a ConvertImageCommand and everything work well.
I have added the -monitor as an argument to the command so I can see every tiny progress on my image (loading, resizing, cropping, etc)
However, I would like to display a progress bar to inform the user on the progress of the image process.
I am looking for a very simple example on how to use the progress monitor function...
Can somebody help me ?
Thanks
I am successfully using image magick on ios with all the commands I need.
I have converted the command lines used on our server into a ConvertImageCommand and everything work well.
I have added the -monitor as an argument to the command so I can see every tiny progress on my image (loading, resizing, cropping, etc)
However, I would like to display a progress bar to inform the user on the progress of the image process.
I am looking for a very simple example on how to use the progress monitor function...
Code: Select all
SetImageProgressMonitor(Image *,const MagickProgressMonitor,void *),
SetImageInfoProgressMonitor(ImageInfo *,const MagickProgressMonitor,void *);
Thanks