diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -7,16 +7,18 @@ There a bunch of tools in this repository, bundled togethere here because they share code. Two of them ("fbi" and "ida") form the repo name. -## ida +So, what is in there? + +### ida Motif image viewer, see [README.ida](README.ida) -## fbi +### fbi Linux console image viewer. Runs on linux framebuffer devices (thus the name "fbi"). Can also use drm devices. -## fbpdf +### fbpdf Linux console pdf viewer. These days it is a standalone app using the the poppler library for pdf rendering. @@ -24,7 +26,7 @@ the poppler library for pdf rendering. Originally it started as shell script which ran pdf/ps files through ghostscript to render the pdf into a stack of image files for fbi. -## exiftran +### exiftran Transform jpeg images, like jpegtran, but unlike jpegtran it also transforms the exif thumbnail images. |