diff options
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/epeg/pkg-descr | 32 |
2 files changed, 14 insertions, 20 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 27587157ca5f..f72fc48eaea8 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ MAINTAINER= bf@FreeBSD.org COMMENT= An immensely fast JPEG thumbnailing library -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/graphics/epeg/pkg-descr b/graphics/epeg/pkg-descr index 46cea07cf50e..711217051a08 100644 --- a/graphics/epeg/pkg-descr +++ b/graphics/epeg/pkg-descr @@ -1,19 +1,13 @@ -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. - -WWW: http://enlightenment.sourceforge.net/Libraries/Epeg/ +epeg is a convenient, fast library that uses libjpeg to: load JPEG +images destined to be turned into thumbnails; save and retrieve +thumbnail information; and manage loading of the image, ready for +scaling, with the minimum of overhead. + +epeg loads and scales large JPEG images very quickly, with a speed-up +proportional to the difference in the number of pixels in the source +image and the thumbnail. This is accomplished by decoding only the DCT +coefficients needed to reconstruct an image. If the YUV (or GRAY8, if +the source is grayscale) format is used, then colorspace conversions +are also avoided. + +WWW: http://docs.enlightenment.org/api/epeg/ |