~ubuntu-branches/ubuntu/jaunty/kaa-imlib2/jaunty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2007-05-29 12:48:02 UTC
  • Revision ID: james.westby@ubuntu.com-20070529124802-7rqvjajce01xpyly
Tags: upstream-0.2.1
ImportĀ upstreamĀ versionĀ 0.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kaa-imlib2 - python module for Imlib2
 
2
=========================================
 
3
 
 
4
About
 
5
-----
 
6
 
 
7
Kaa-Imlib2 is a python module for Imlib2.  It is terribly incomplete.
 
8
Its main reason is to provide image manipulation routines for MeBox.
 
9
 
 
10
Only a small part of the Imlib2 API has been wrapped.  If you want to help by
 
11
adding more methods, patches will be happily accepted.
 
12
 
 
13
 
 
14
Requirements
 
15
-------------
 
16
 
 
17
Imlib2 >= 1.1.1
 
18
kaa.base
 
19
 
 
20
 
 
21
Installation
 
22
------------
 
23
 
 
24
Assuming you already have kaa.base and Imlib2 installed, you can
 
25
install kaa-imlib2 with:
 
26
 
 
27
        python setup.py install
 
28
 
 
29
 
 
30
 
 
31
License
 
32
-------
 
33
 
 
34
This code is released under the GNU LGPL version 2.  Read it here:
 
35
 
 
36
        http://www.gnu.org/licenses/lgpl.html
 
37
 
 
38
 
 
39
   - Jason Tackaberry <tack@sault.org>