loaders: PNG: Handle gamma on 16bpp conversion
[gfxprim.git] / doc / index.txt
blob240d7b9ebddef11169add20f86beab8964697bf0
1 GFXprim
2 -------
4 GFXprim is Open-source modular 2D bitmap graphics library with emphasis on
5 speed and correctness.
7 The goal of the library is to provide simple but powerful API for applications
8 that needs to work with bitmap graphics. The library itself started as a
9 simple replacement for 'SDL_gfx' which was unusable at the time and soon it
10 outgrew the initial purpose and became main topic of the development.
12 GFXprim is not tied to a specific graphic system (such as X11) but on the
13 other hand provides means to interact with them.
15 GFXprim can load and save images in variety of formats, operate on the data on
16 a pixel level, run image filters, render basic shapes or text, open and manage
17 X11 windows, draw on Linux framebuffer and more.
19 GFXprim also comes with link:core_python.html[Python bindings].
21 There are a few example applications included, the most advanced is a
22 link:spiv.html[spiv] image viewer which is already a full featured
23 application.
25 See the link:about.html[about page] for more detailed information.
27 License
28 -------
30 The code is licensed under LGPL 2.1 or (at your opinion) any later.
32 Bugs
33 ----
35 Report bugs on the GFXprim
36 http://www.ucw.cz/mailman/listinfo/gfxprim[mailing list].
37 Eventually you can use GitHub
38 https://github.com/gfxprim/gfxprim/issues[issue tracker].
40 News
41 ----
43 The GFXprim 1.0.0-rc1 has been released!
44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46 See what is link:news_1_0_0-rc1.html[new].
48 Download the
49 http://gfxprim.ucw.cz/releases/gfxprim_1.0.0-rc1.tar.bz2[1.0.0-rc1] tarball (without docs).
51 Get rpm packages (for RedHat and SUSE) from
52 https://build.opensuse.org/package/show/home:metan/gfxprim[buildservice].
54 Or download prebuild Debian
55 http://gfxprim.ucw.cz/packages/debian/wheezy/[amd64 Wheezy packages].
57 The GFXprim 1.0.0-rc0 has been released!
58 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60 Download
61 http://gfxprim.ucw.cz/releases/gfxprim_1.0.0-rc0.tar.bz2[1.0.0-rc0] tarball (without docs).
63 Or get the code from directly from http://github.com/gfxprim/gfxprim/[github].
65 Contact
66 -------
68 We do have a http://www.ucw.cz/mailman/listinfo/gfxprim[mailing list] and
69 although there is not much of discussion now, we are there and listening.