blob: 130dd1f5b3372a1229a5cbf6dacc5c10640177db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[![Travis Status](https://travis-ci.com/kraxel/fbida.svg?branch=master)](https://travis-ci.com/kraxel/fbida)
[![Copr Status](https://copr.fedorainfracloud.org/coprs/kraxel/mine.git/package/fbida/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/kraxel/mine.git/package/fbida/)
# fbida
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.
So, what is in there?
### ida
Motif image viewer, see [README.ida](README.ida)
### fbi
Linux console image viewer. Runs on linux framebuffer devices (thus
the name "fbi"). Can also use drm devices.
### fbpdf
Linux console pdf viewer. These days it is a standalone app using the
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
Transform jpeg images, like jpegtran, but unlike jpegtran it also
transforms the exif thumbnail images.
|