ImageCap

ImageCap version 1.2 Download

What is ImageCap?

ImageCap is a shell script for adding captions to image files. It reads and writes captions to images by using exif comment tag.

ImageCap is written in bash script.

Downloading

Latest release of ImageCap can be downloaded from here.

Dependencies

  • bash
  • coreutils
  • sed
  • exiftool
  • feh
  • zenity

Installation

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

Download the source tarball and extract it in your computer. Then change to the extracted directory and run make install. You may need superuser permission depending on your system.

For example:

$ wget "https://code.agnibho.com/imagecap/download/imagecap-1.2.tar.gz"
$ tar -xvf imagecap-1.2.tar.gz
$ cd imagecap
$ sudo make install

Alternatively you can download the script and place it in your path or create an alias.

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>

ImageCap also includes a desktop file. It will be available within the graphical user interface you are using.

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 zenity as text editor.

Changelog

v1.2
Use zenity to edit text.
v1.1
Get editor from environment variables.
Added a desktop file.

License

Copyright © 2017-2024 Dr. Agnibho Mondal
All rights reserved

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.

Contacts

Agnibho Mondal
mondal@agnibho.com
www.agnibho.com


Softwares of Agnibho
Copyright © 2013-2024 Dr. Agnibho Mondal
www.agnibho.com