Danpei is a Gtk+ based Image Viewer, works on X-Window system.
It is distributed under the GNU General Public License.
You can download the latest version from Project summary at Sourceforge.net.
Rename files very easily
You can rename your image files very easily only by changing their file names in entries, looking through them in Thumbnail format.
This is very convenient when arranging the pictures taken in from your digital camera.
Cache files
Created thumbnails are cached, and from next time, 'Danpei' will display them quickly.
File operations like Windows Explorer
You can move or copy your image files with cut & paste, and can create new directories or remove diretories.
Cut & paste is possible to two or more files.
Drag and Drop
You can move your image files from a directory to another one with drag and drop.
View/Edit image files
You can view or edit your image files with your favorite applications. -- ImageMagick, Gimp etc.
Print out images.
You can start an arbitrary command to print out your image files.
Small size
The size of tarball is about 410KB, of elf binary after 'strip' is about 180KB.
Needed:
Move to your working directory, and input as follows:
$ tar -zxvf danpei.x.y.z.tar.gz$ cd danpei-x.y.z$ ./configure; make$ su[Enter password]# make install
If you failed to install, check that all needed libraries are installed.
It seems that Danpei works well under the following environments:
I tried only Slackware Linux.
The others are reported from people who are using Danpei -- Thanks!!
Moving to the directory on which the image files are, and input from a command line:
$ danpei
or in an arbitrary directory,
$ danpei directory [on which the image files are]
The format is:
danpei [-size widthxheight] [directory]
$ danpei$ danpei ~/camera$ danpei -size 480x320 ~/camera
* -size is the window size. (Actually, directory tree + thumbnail pane)
* Danpei makes a new directory $HOME/.danpei to put chache files and its configuration file.
You can operate Danpei using menu bar and your mouse.
* Buttons on the toolbar is shortcut to the menu bar items.
Using mouse, you can get the following operations.
Double click the left button -- View the image zoomed in.
Single click the right button -- Show a pop up menu.
Drag and Drop -- Drag the selected thumbnail, and drop them on the directory tree.
Then the files will be moved.
For more information, see the file README included in the tarball.
All version
On RedHat linux 8.0, BlueCurve changes the appearance of GtkFrame.
Because of this, you can't recognize thumbnails are selected or not selected.(selected thumbnail and non-selected thumbnail will have same appearance)
Please edit your ~/.gtkrc and comment out the line including BlueCurve theme.
2.9.7
No bugs are reported.
2.9.5 - 2.9.6
No bugs are reported.
2.9.0 - 2.9.4
The embedded image viewer occures memory leak.
2.8.0 - 2.9.1
Danpei often crashes when opening too long and narrow image.
2.8.1
The progressbar dialog is not displayed while drag and drop.
Therefore it would seem that danpei freezed, but NOT actually.Please wait until moving image files.
You may show Gtk-WARNING when you do 'cut and paste'.
Only warning, there wouldn't be actual harm.
Please e-mail to me, when you encounter bugs.
Shinji Morino <peace24_at_blue_dot_email_dot_ne_dot_jp>