Ok - maybe some of you remember a great little image tool called xv.
It's not gimp and it's not a lot of things. But it is an effective little editor and information tool, and it's lightweight.
Was a staple in the redhat distributions a decade or more ago. Has all but disappeared now - most repositories claiming it are 404, and forget trying to get anywhere with the old rpms, if you can find one and deal with an rpm anyway.
According to
http://en.wikipedia.org/wiki/Xv_(software) if you have Slackware or openSuse, you probably have it.
So - here's how you get it.
Get source -
xv 3.10a - Download, Browsing & More | Fossies Archive
Expand from the command line:
tar xzf xv-3.10a.tar.gz
Then, cd xv-3.10a
Edit Makefile - remove tiff lines by commenting out 62-67, place a # char at the beginning of each line. Watch out, that final line is a continuation of the line before it, hence the line numbers I've provided. That takes away TIFF processing. If you care, find the tiff libraries you need instead.
Remove reference to vdcomp in line 209. I copied the line, commented one with a # at the beginning, and removed vdcomp from the live one.
In xv.h - comment out line 119. Do that by putting /* at the beginning of the line.
Run make, like this -
make
Profit.
Compiles fine with CentOS 6.5 and Kubuntu 14.04 - the latter gives a bunch of warnings but works anyway.
Run ps2pdf on the ps file in the docs directory for instructions. Don't bother with the man page, it tells you to go to the ps file lol.
https://lwn.net/Articles/76391/
XV: Modifying xv Behavior
XV: The Image Window
~~~~~~~~
Bluegriffon -
Really wants to go with Ubuntu 12 or 13. Not ready for 14.04 and a real pain to get the newest libraries installed as optional software in CentOS (I need to keep the distribution intact for CentOS itself). Basically, it's picky about what versions of what libraries it loads with. Frankly, I went with a Windows 7 install. For all I'll be using it, no big deal. Might grab the Linux version when it's ready for 14.04.