imagesforlazarus: readme

git-svn-id: trunk@32435 -
This commit is contained in:
mattias 2011-09-20 12:53:49 +00:00
parent 133f12ff98
commit b5e8aedd1b

View File

@ -1,18 +1,7 @@
The package imagesforlazarus.lpk adds LCL support for some extra image formats like tga.
The lazarus TJPEGImage is in lazjpeg.pas
It uses the pasjpeg and fpimage libs provided by FreePascal. See there for in
more detailed jpeg handling.
JPEG (pronounced "jay-peg") is a standardized familly of algorithms for
compression of continous tone still images. Most JPEG processes are lossy,
the output image is not exactly identical to the input image. However, on
typical photographic images, very good compression levels can be obtained
with no visible change, and remarkably high compression levels are possible
if you can tolerate a low-quality image. The Independent JPEG Group (IJG) has
created a free, portable C library for JPEG compression and decompression of
JPEG images which has been ported to FreePascal.
Normal usage is to add it to your project in the project inspector.
You can install it in the IDE. Then the IDE picture open dialogs will be able to load some more file formats.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
We used a simple naming schema to help non expert working with this package.