Em 30-04-2013 00:04, Bruce Dubbs escreveu: > Ken Moffat wrote: >> At some time in the past few months I was planning to upgrade >> ImageMagick, but the then-current release failed one of my tests. >> Specifically, >> display /path/to/first-file.jpg /path/to/second-file.jpg >> >> In a good version, this displays the first file, and then lets me >> click on 'next' in the menu (right mouse for menu) and go to to the >> next file. It also lets me go to the previous entry, or resize.
... >> But I'm surprised nobody else hads noticed this. Are you all using >> something else ? I can't believe I'm the only one using display to >> review a series of images (photos) when I'm selecting them for >> processing and upload. > > Generally, I just use gimp. I tried using display on a 3932x4656 image > and it was very slow (20 seconds to open) and I couldn't do anything > with it. Gimp was much faster and usable. Even konqueror (I rarely use > any file manager) gave me a scrollable image in less than a second. I'm > not sure what I'd use for a lot of thumbnails. $ display --version Version: ImageMagick 6.8.2-9 2013-02-11 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC OpenMP Modules Delegates: bzlib mpeg fontconfig freetype gslib jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib I edit with gimp. I view with feh. $ ls 943553_10151559065039035_1456916600_n.jpg 945227_10151559192644035_497016256_n.jpg 945439_10151559193034035_1633569364_n.jpg DSC01629.JPG $ display * gives me exactly your problem (since I noticed it, I gave up, still try from time to time to upgrade, but do not use). $ feh * does the job properly, is smaller in size and compile time (build time less than 4 seconds, i7), and I think, but have not tested, faster. $ feh --version feh version 2.3 Compile-time switches: curl xinerama I have also defined $ cat /usr/bin/feh-fulscreen #!/bin/bash feh -dFY $@ $ cat /usr/bin/feh-slideshow #!/bin/bash feh -dFY -D 5 $@ -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
