slackbuilds/graphics/meh
B. Watson ff24c72bd0
graphics/meh: Fix spurious GIFLIB: (null), fix imagemagick.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-01-25 09:03:37 +07:00
..
README graphics/meh: Fix spurious GIFLIB: (null), fix imagemagick. 2025-01-25 09:03:37 +07:00
meh-giflib.patch graphics/meh: Fix spurious GIFLIB: (null), fix imagemagick. 2025-01-25 09:03:37 +07:00
meh.1 graphics/meh: Fix spurious GIFLIB: (null), fix imagemagick. 2025-01-25 09:03:37 +07:00
meh.SlackBuild graphics/meh: Fix spurious GIFLIB: (null), fix imagemagick. 2025-01-25 09:03:37 +07:00
meh.info graphics/meh: Update email address. 2022-06-09 13:19:18 -04:00
slack-desc graphics/meh: Fix spurious GIFLIB: (null), fix imagemagick. 2025-01-25 09:03:37 +07:00

README

meh (image viewer for X)

meh is a small, simple, super fast image viewer using raw XLib.
It is similar to feh, but faster and simpler.

meh can use ImageMagick's convert to view almost 200 file formats,
though it is slower for these formats (note: this actually *works* as
of 0.3-3). Built in formats are JPEG, GIF, PNG, BMP, and netpbm.

Animations (e.g. GIF, MNG) are not supported. Only the first frame
will be displayed.

Features:

  * Fast
  * Tiny
  * Fast JPEG, PNG, GIF and BMP support
  * Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
  * ImageMagick support by calling convert
         * All ImageMagick formats (almost 200)
         * This allows limited support for PDFs and SVGs
  * Scales images to window size
  * Preserves aspect ratio (either via EWMH hints or padding the window)
  * XSHM Support
  * Minimal dependencies (Xlib, libjpeg, libpng, giflib)