Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/epeg

Dir     : e17/libs/epeg


Modified Files:
        README configure.in epeg.c.in 


Log Message:


readme.. up to 0.9.0

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epeg/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- README      29 Oct 2003 12:44:47 -0000      1.1
+++ README      20 Jan 2004 00:53:41 -0000      1.2
@@ -1 +1,23 @@
-Epeg 0.0.1
+Epeg 0.9.0
+
+What is Epeg?
+
+An IMMENSELY FAST JPEG thumbnailer library API.
+
+Why write this? It's a convenience library API to using libjpeg to load JPEG
+images destined to be turned into thumbnails of the original, saving
+information with these thumbnails, retreiving it and managing to load the image
+ready for scaling with the minimum of fuss and CPU overhead.
+
+This means it's insanely fast at loading large JPEG images and scaling them
+down to tiny thumbnails. It's speedup will be proportional to the size
+difference between the source image and the output thumbnail size as a
+count of their pixels.
+
+It makes use of libjpeg features of being able to load an image by only
+decoding the DCT coefficients needed to reconstruct an image of the size
+desired. This gives a massive speedup. If you do not try and access the pixels
+in a format other than YUV (or GRAY8 if the source is grascale) then it also
+avoids colorspace conversions as well.
+
+Please see the full documentation for Epeg for more details.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epeg/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        14 Jan 2004 20:57:28 -0000      1.2
+++ configure.in        20 Jan 2004 00:53:41 -0000      1.3
@@ -4,7 +4,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(epeg, 0.0.1)
+AM_INIT_AUTOMAKE(epeg, 0.9.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_ISC_POSIX
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epeg/epeg.c.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- epeg.c.in   13 Nov 2003 12:27:50 -0000      1.4
+++ epeg.c.in   20 Jan 2004 00:53:41 -0000      1.5
@@ -9,7 +9,7 @@
 
 @mainpage Epeg Library Documentation
 @image html  epeg.png
[EMAIL PROTECTED] 0.0.1
[EMAIL PROTECTED] 0.9.0
 @author Carsten Haitzler <[EMAIL PROTECTED]>
 @date 2000-2003
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to