image.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 26 May 2014 16:20:17 +0300
changeset 1582 1551e7edcfa0
parent 1579 70096c1070db
child 1588 68bf5ec32341
permissions -rw-r--r--
ADB tips.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

========
 Image.
========
.. contents::

Viewers.
========

GraphicsMagick.
---------------

GraphicsMagick command-line utilities to create, edit, or convert images.

ImageMagick.
------------

ImageMagick - is a free software suite for the creation, modification and
display of bitmap images.

gthumb.
-------

gThumb is an advanced image viewer and browser. It has many useful features,
such as filesystem browsing, slide show, image catalogs, web album creation,
camera import, image CD burning, batch file operations and quick image editing
features like transformation and color manipulation.

Free art.
=========

  http://openclipart.org/
                home page

Join icons to sprite.
=====================

Make one liner::

  $ convert *.png -append sprites.png  # vertically
  $ convert *.png +append sprites.png  # horizontally

Make box::

  $ montage --geometry 16x16 *.png sprites.png