Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

navigate between images with imagemagick `display`

Tags:

imagemagick

using imagemagick display CLI utility I can do

display *.png

But it only displays the first image and I don't now how to cycle between images. Is there a keyboard shortcut ? I tried arrows pgup / pgdwn etc. without success and the man doesn't provide any information about that.

like image 522
sylvain Avatar asked Nov 18 '16 14:11

sylvain


1 Answers

Press space to see the next image, backspace to see the previous image.

You can read about the keyboard shortcuts by pressing

leftmouse->help->overview

.

like image 82
Glenn Randers-Pehrson Avatar answered Nov 29 '22 04:11

Glenn Randers-Pehrson