Bug#718943: import -delay broken

2013-08-08 Thread Bastien ROUCARIES
Control: reassign -1 imagemagick-doc
Control: retitle -1 document pause option
>
> Thanks will add to doc
>
>
> Vincent Fourmond  a écrit :
>>
>> On Wed, Aug 7, 2013 at 1:52 PM,   wrote:
>>>
>>> http://www.imagemagick.org/script/import.php doesn't list -pause.
>>
>>
>> But the manual page does:
>>
>> -pause value seconds delay between snapshots
>>
>> Cheers,
>>
>> Vincent
>>
>
> --
> Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.


Bug#718943: import -delay broken

2013-08-07 Thread roucaries . bastien
Control: reassign -1 imagemagick-doc.

Thanks will add to doc


Vincent Fourmond  a écrit :
>On Wed, Aug 7, 2013 at 1:52 PM,   wrote:
>> http://www.imagemagick.org/script/import.php doesn't list -pause.
>
>  But the manual page does:
>
> -pause value seconds delay between snapshots
>
>  Cheers,
>
>  Vincent

-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

Bug#718943: import -delay broken

2013-08-07 Thread jidanni
http://www.imagemagick.org/script/import.php doesn't list -pause.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#718943: import -delay broken

2013-08-07 Thread Vincent Fourmond
On Wed, Aug 7, 2013 at 1:52 PM,   wrote:
> http://www.imagemagick.org/script/import.php doesn't list -pause.

  But the manual page does:

 -pause value seconds delay between snapshots

  Cheers,

  Vincent


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#718943: import -delay broken

2013-08-07 Thread Vincent Fourmond
On Wed, Aug 7, 2013 at 5:22 AM,   wrote:
> Package: imagemagick-6.q16
> Version: 8:6.8.5.6-3
> File: /usr/lib/i386-linux-gnu/ImageMagick-6.8.5/bin-Q16/import
>
> import -delay 33 x.png
> is broken. The crosshairs appear immediately anyway.

  Yep, because that's what -pause is for...

  Cheers,

  Vincent


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#718943: import -delay broken

2013-08-06 Thread jidanni
Package: imagemagick-6.q16
Version: 8:6.8.5.6-3
File: /usr/lib/i386-linux-gnu/ImageMagick-6.8.5/bin-Q16/import

import -delay 33 x.png
is broken. The crosshairs appear immediately anyway.

There is a workaround!
sleep 33; import x.png
or better yet
(sleep 33; import x.png)
which stops via ^C.

See also
http://www.chemie.fu-berlin.de/chemnet/use/suppl/imagemagick/www/import.html

Also on the import man page
 -delay value display the next image after pausing
is wrong. We are importing.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org