./graphics/lsix, Like ls, but for images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.1, Package name: lsix-1.9.1, Maintainer: pkgsrc-users

Like ls, but for images. Shows thumbnails in terminal using sixel graphics.

Just typing lsix will show images in the current working directory.
You can also specify filenames and, of course, use shell wild cards.
Because lsix uses ImageMagick pretty much any image format will be supported.
However, some may be slow to render (like PDF), so lsix doesn't show them
unless you ask specifically.


Master sites:

Filesize: 541.569 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-30 23:58:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
lsix: update to 1.9.1.

1.9.1

Turns out ImageMagick 7 has deprecated using magick convert as
well, which is silly. Our solution: alias both convert and montage
to do the right thing for IM7. This is uglier than the previous
solution, but that's okay if it works.

1.9

Use IM7's 'magick' binary if it exists. Closes #73. Closes #78.
   2024-06-23 05:42:34 by Thomas Klausner | Files touched by this commit (1)
Log message:
lsix: simplify

This is a bash script, so no need to buildlink ImageMagick, just DEPEND
on it. Bump PKGREVISION to be on the safe side.
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692)
Log message:
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)
   2024-04-06 11:33:01 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: bump for x265 API change

Reported by Marc Baudoin
   2024-01-03 16:33:37 by pin | Files touched by this commit (2) | Package updated
Log message:
graphics/lsix: update to 1.8.2

1.8.2
 - Minor typo from 1.8.1. Compared to 1.8.0, now handles animated webp format
   same as gif (just first frame).

1.8.1
 - Only show first frame if no filenames were specified on the command line.
   2023-11-15 21:00:42 by Thomas Klausner | Files touched by this commit (68)
Log message:
*: bump for openexr 3.2.1
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693