Search found 3 matches

by gameover
2013-01-04T05:29:53-07:00
Forum: MagickWand
Topic: progress monitor ios
Replies: 5
Views: 17695

Re: progress monitor ios

Hi, Thank you very much for your help. I achieved the setup of the monitor. However, I would like to know if there is a simple way to define the number of operations which will be proceed (monitored) before the execution of the command line. For example, the command "convert imgSource.jpg -blur...
by gameover
2013-01-03T07:29:21-07:00
Forum: MagickWand
Topic: progress monitor ios
Replies: 5
Views: 17695

Re: progress monitor ios

Thanks for your answer but I have already read these files and I do not know how to use the code (I do not use any Image but only file path) I would like to monitor the progress of the following command line: convert \( \( -size 700x495 xc:black -virtual-pixel Transparent \( \( imgSource.jpg -resize...
by gameover
2013-01-03T04:35:10-07:00
Forum: MagickWand
Topic: progress monitor ios
Replies: 5
Views: 17695

progress monitor ios

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, ...