agnibho / imagecap

ImageCap is a shell script for adding captions to image files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                        ImageCap
			========

What is ImageCap?
-----------------

IMageCap is a shell script for adding captins to image files. It reads and
writes captins to images by using exif data format.

ImageCap is written in bash script.

Downloading
-----------

Latest release of ImageCap can be downloaded from http://code.agnibho.com/imagecap/

Dependencies
------------

ImageCap depends on: bash, coreutils, sed, exiftool, feh, zenity.

Installation
------------

Make sure you have all the dependencies installed in your system.

Run 'make install' to install the program to your system. You may need to be
superuser to do this. If you wish to uninstall the program you can do so by
running 'make uninstall'.

Usage
-----

ImageCap can be used from bash command line.

Run imagecap with the image file name as the argument to view / add /edit
captions.

    imagecap <filename>

After opening the image file you can add or edit the caption by pressing <1>
key. The caption will open in an editor where you can modify it. After saving
the editor content the caption will be automatically updated.

ImageCap uses feh as the image viewer, exiftools as the caption manager and gvim
as the editor. You can use other editors by modifying the EDIT variable in the
script.

Licensing
---------

Copyright (c) 2017 Agnibho Mondal
All rights reserved

This file is part of ImageCap.

ImageCap 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.

ImageCap 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
ImageCap.  If not, see <http://www.gnu.org/licenses/>.

Contacts
--------

Agnibho Mondal
contact@agnibho.com
www.agnibho.com

About

ImageCap is a shell script for adding captions to image files.

License:GNU General Public License v3.0


Languages

Language:Shell 70.7%Language:Makefile 29.3%