Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / images / examples
  ..
  mainform.lfm
  README.txt
  mainform.pas
  imagesexample.lpi
  imagesexample.lpr
  lazarus.jpg
Size: Mime:

Important:

  This example uses the ImagesForLazarus 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 ImagesForLazarus to the dependencies of your project.

   Project Menu -> Project Inspector -> Add -> New Requirement -> Package Name:
     ImagesForLazarus
   Click OK.
   
 - Add "Laz$(Image_File_Format_Extension)" 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