WideImage 1.0 branch (discontinued)

WideImage Wiki : InstallGuide

MainPage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Support This Project SourceForge.net Logo
Important notice: this branch was discontinued long ago. A new version is available.

Please visit http://wideimage.sourceforge.net for the new version of library and documentation.
This web site will remain accessible to serve as documentation for the old versions of the library. For help on migration, please refer to the migration guide.
Most recent edit on 2007-03-22 17:32:06 by GasperKozak [fixed a link]

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

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



Edited on 2007-03-03 16:25:59 by GasperKozak

Additions:
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:

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



Edited on 2007-03-03 11:33:55 by GasperKozak

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

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



Edited on 2007-03-03 11:33:07 by GasperKozak

Additions:

CategoryDoc




Edited on 2007-03-02 16:49:24 by GasperKozak

Additions:
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.

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



Edited on 2007-03-02 16:49:12 by GasperKozak

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

Deletions:
For example, in Symfony, the easiest way to use wideimage is to copy the wideimage/lib subdirectory into libwideimage directory in your Symfony project.



Edited on 2007-03-02 16:48:36 by GasperKozak

Additions:
For example, in Symfony, the easiest way to use wideimage is to copy the wideimage/lib subdirectory into libwideimage directory in your Symfony project.

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



Edited on 2007-03-02 16:47:43 by GasperKozak

Deletions:
Of course, if you installed the package in an include_path, you only have to specify a relative path.



Edited on 2007-03-02 16:45:56 by GasperKozak

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

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 wideimage/lib subdirectory into lib directory in your Symfony project.


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



Edited on 2007-03-02 16:43:16 by GasperKozak

Additions:
~- wiTrueColorImage (lib/TrueColorImage.class.php)
You only have to include one file (a bootstrap file) in order to use the library:
include('/path/to/wideimage/lib/WideImage.inc.php');
Of course, if you installed the package in an include_path, you only have to specify a relative path.
If you're using autoloaders of some sort (like __autoload() or spl_autoload_register()), you don't have to include the bootstrap file. You only have to register these classes to it:


Deletions:
Download a stable release or use the latest code from SVN (trunk). Files must be stored somewhere where web server can read them. You only need the lib subdirectory to use the package.
You only have to include one file in order to use the library:
include('/path/to/WideImage.inc.php');




Oldest known version of this page was edited on 2007-03-02 16:34:18 by GasperKozak []
Page view:

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. You only need the lib subdirectory to use the package.

Including the library manually

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


Using with autoloaders

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.5024 seconds