WideImage logo

WideImage Wiki : InstallGuide

MainPage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
SourceForge.net Logo

Installing WideImage


Download

Download a stable release or use the latest code from SVN trunk. Files must be stored somewhere where web server can read them.

Including the library manually

You only have to include one file (a bootstrap file) in order to use the library:
include('/path/to/wideimage/lib/WideImage.inc.php');


Using with autoloaders

If you're using autoloaders of some sort (like __autoload() or spl_autoload_register()), you don't have to include the bootstrap file. Instead, you can register these classes in the autoloader:

Using with frameworks

This differs from framework to framework, but almost all of them have some sort of autoload mechanism available.

For example, in Symfony, the easiest way to use WideImage is to copy the lib subdirectory of the WideImage package into lib/wideimage directory of your Symfony project.


CategoryDoc

There are no comments on this page. [Add comment]

WideImage - an Object-Oriented PHP Image Library for Image manipulation
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.2473 seconds