diff --git a/e/data/components.html b/e/data/components.html index eb024e5e..91f280de 100644 --- a/e/data/components.html +++ b/e/data/components.html @@ -29,7 +29,7 @@ provide a good acceleration mechanism.

-Imlib2 is the abstraction layer that handles the +Imlib2 is the abstraction layer that handles the raw nasty work of loading images, saving them, rendering them to a drawable or blending and scaling them onto other images, software anti-aliased truetype fonts and other goodies. This one is pretty much done and finished diff --git a/e/data/imlib2.doc.html b/e/data/imlib2.doc.html index eae44403..3b4f5642 100644 --- a/e/data/imlib2.doc.html +++ b/e/data/imlib2.doc.html @@ -1,45 +1,38 @@ - - - - - - - Imlib 2 - Documentation. - - +@top@ +@start@

-Imlib2

+Imlib2
- + - + - + - + - + - + - + - + - + - + - + - + - +
What is it?
Imlib 2 is the successor to Imlib. It is NOT a newer version - it is a completely new library. Imlib @@ -132,47 +125,47 @@ you wish to display images.

The interface is simple - once you get used to it, the functions do exactly what they say they do.


 
- + - + - + - + - + - + - + - + - + - + - + - + - +
A Simple Example
The best way to start is to show a simple example of an Imlib2 program. This one will load an @@ -220,47 +213,47 @@ You now have a program that if used as follows: will convert image1.jpg into a png called image2.png. It is that simple.

 
- + - + - + - + - + - + - + - + - + - + - + - + - +
How Image Loading Works
It is probably a good idea to discuss how Imlib2 actually loads an Image so the programmer @@ -372,47 +365,47 @@ and imlib_context_set_progress_granularity(); set this up.

 
- + - + - + - + - + - + - + - + - + - + - + - + - +
A more advanced Example
This is a more comprehensive example that should show off a fair number of features of imlib2. The code @@ -682,48 +675,48 @@ int main(int argc, char **argv)

 
- + - + - + - + - + - + - + - + - + - + - + - +
API Reference
-
+
This is a list of @@ -2287,17 +2280,17 @@ return type - Imlib_Image, this is the result of filter.
+@end@ +@bottom@ - -