Documentation
Video demo
Want to see what climage can do ? Watch the video demo
here.
Dependencies
Climage has the following dependencies:
- python
- python-imaging
- bash
If some of these softwares are missing, climage will not run correctly. In that case, use your package manager to get them.
Download and install
Archlinux:
If your OS is Archlinux, you can use your package manager to install climage:
Other cases
In the other cases you can download latest stable version
here.
- Uncompress the archive, and go to the extracted directory.
- Execute ./climage.sh without any argument. You will be asked to create an alias: answer yes
- Launch a new terminal
- You are now ready to use climage with 'img' command
For developpers
Checkout trunk version with:
[login@host ~]$ svn co "http://svn.codingteam.net/climage/trunk"
Run climage
or,
(if you followed the setup instructions completely)
where [arg] can be [image file] or [folder] or [id]
- [image file] is the absolute or relative path to a png/jpg/tiff/bmp... file (see Python Imaging documentation to know all supported formats)
- [folder] is the absolute or relative path to a folder
- [id] is the number diplayed next to each picture's name when using climage on a folder.
Using an id is a fast and easy way to focus on a peculiar picture.
Files which are not recognized as pictures will be ignored.