lazarus/components/jpeg/examples
mattias 7811bbddf9 fixed config path for IDE Dialogs
git-svn-id: trunk@7461 -
2005-07-31 17:33:25 +00:00
..
jpegexample.lpi fixed config path for IDE Dialogs 2005-07-31 17:33:25 +00:00
jpegexample.lpr added jpeg example 2004-02-29 22:51:54 +00:00
lazarus.jpg added jpeg example 2004-02-29 22:51:54 +00:00
mainform.lfm added jpeg example 2004-02-29 22:51:54 +00:00
mainform.lrs added jpeg example 2004-02-29 22:51:54 +00:00
mainform.pas added jpeg example 2004-02-29 22:51:54 +00:00
README.txt added jpeg example 2004-02-29 22:51:54 +00:00

Important:

  This example uses the JPEGForLazarus package (see in the directory above).
  You must first open once the package jpegforlazarus.lpk in the IDE, so that
  the IDE knows, where to find the lpk file.


To use jpeg in your own applications:

 - Add JPEGForLazarus to the dependencies of your project.

   Project Menu -> Project Inspector -> Add -> New Requirement -> Package Name:
     JPEGForLazarus
   Click OK.
   
 - Add "lazjpeg" to the uses section of any unit, where jpeg is needed.
   Add this unit at least once, so that jpeg is registered and
   Open/SavePictureDialogs and TPicture can open jpeg.
     

The code is under LGPL2. That means you can use it freely in your
applications, even commercial ones.
  

For further questions:
  lazarus@miraclec.com