]> Softwares of Agnibho - imagecap.git/blob - README
Added Makefile
[imagecap.git] / README
1 ImageCap
2 ========
3
4 What is ImageCap?
5 -----------------
6
7 IMageCap is a shell script for adding captins to image files. It reads and
8 writes captins to images by using exif data format.
9
10 ImageCap is written in bash script.
11
12 Downloading
13 -----------
14
15 Latest release of ImageCap can be downloaded from http://code.agnibho.com/imagecap/
16
17 Installation
18 ------------
19
20 Download the script and place it in your path. Alternatively you can place it
21 anywhere and create an alias instead.
22
23 Usage
24 -----
25
26 ImageCap can be used from bash command line.
27
28 Run imagecap with the image file name as the argument to view / add /edit
29 captions.
30
31 imagecap <filename>
32
33 After opening the image file you can add or edit the caption by pressing <1>
34 key. The caption will open in an editor where you can modify it. After saving
35 the editor content the caption will be automatically updated.
36
37 ImageCap uses feh as the image viewer, exiftools as the caption manager and gvim
38 as the editor. You can use other editors by modifying the EDIT variable in the
39 script.
40
41 Licensing
42 ---------
43
44 Copyright (c) 2017 Agnibho Mondal
45 All rights reserved
46
47 This file is part of ImageCap.
48
49 ImageCap is free software: you can redistribute it and/or modify it under the
50 terms of the GNU General Public License as published by the Free Software
51 Foundation, either version 3 of the License, or (at your option) any later
52 version.
53
54 ImageCap is distributed in the hope that it will be useful, but WITHOUT ANY
55 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
56 PARTICULAR PURPOSE. See the GNU General Public License for more details.
57
58 You should have received a copy of the GNU General Public License along with
59 ImageCap. If not, see <http://www.gnu.org/licenses/>.
60
61 Contacts
62 --------
63
64 Agnibho Mondal
65 contact@agnibho.com
66 www.agnibho.com