Make Image Index Git
Status: Alpha
Brought to you by:
slu
File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2012-09-18 |
![]() |
[4aa4e3] Removed cvs Id keywords. |
ChangeLog | 2012-09-18 |
![]() |
[4aa4e3] Removed cvs Id keywords. |
Makefile | 2012-09-18 |
![]() |
[4aa4e3] Removed cvs Id keywords. |
README | 2012-09-18 |
![]() |
[4aa4e3] Removed cvs Id keywords. |
VERSION | 2012-09-18 |
![]() |
[4aa4e3] Removed cvs Id keywords. |
mkimgidx | 2012-09-18 |
![]() |
[4aa4e3] Removed cvs Id keywords. |
Make Image Index (mkimgidx) is a small utility that creates an index of images. The index consists of one or more contact sheets. Each contact sheet is an image containing rows of thumbnail images. It's implemented as script written in BASH, using Netpbm for image manipulation. The script can be called with the name of one or more directories as an argument. The directories will be scanned for image files, and one or more index files (JPEG images) will be created. The index files will be placed within the corresponding directory and contains thumbnails of all image files in the directory. The filename and image dimensions are overlayed on the thumbnails. If no arguments are given to the script the current directory will be scanned. Read more on the website: http://mkimgidx.sourceforge.net/ ---- Copyright 2003, 2009, 2012 Søren Lund <soren@lund.org> This file is part of Make Image Index. Make Image Index is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Make Image Index is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Make Image Index. If not, see http://www.gnu.org/licenses/