A simple image viewer oriented toward artists who like to work with reference images. Note that it is nowhere near done right now, THIS PROJECT IS STILL A WORK IN PROGRESS!!
ImageTable requires Pango, Cairo, PyCairo, PyGTK, and Python 2.6 or 2.7. A more complete list will be compiled at a later time.
For now, the way to run the program is to call
python src/main.py
if Python is Python2 or
python2 src/main.py
This will later be updated to allow for a more elegant way to run.
This program 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.
This program 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 this program. If not, see http://www.gnu.org/licenses/.
Copyright Kota Weaver 2012