WideImage 1.0 branch (discontinued)

WideImage Wiki : MainPage

MainPage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Support This Project SourceForge.net Logo
Important notice: the development of WideImage 1.0 branch is discontinued. 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 2009-08-06 21:16:18 by GasperKozak

Additions:
wiImage::load('image.png')->resize(50, 30)->saveToFile('new-image.jpg');
This example loads an image from a PNG file, resizes it to 50x30, and saves it to a JPEG file.


Deletions:
wiImage::load('image.png')->resize(50, 30)->saveToFile('new-image.jpg', 30);
This example loads an image from a PNG file, resizes it to 50x30, and saves it to a JPEG file in low quality (30%).




Edited on 2009-04-28 01:18:03 by GasperKozak

Deletions:




Edited on 2009-04-28 01:17:24 by GasperKozak

Additions:
<meta name="verify-v1" content="w24D0+vApEQvBXPOGYG9lLF30qnLz1oo2cFmMQcuTaQ=" />

Deletions:
""<head>
<meta name="verify-v1" content="w24D0+vApEQvBXPOGYG9lLF30qnLz1oo2cFmMQcuTaQ=" /></head>




Edited on 2009-04-28 01:17:05 by GasperKozak

Additions:




Edited on 2009-02-19 22:44:53 by GasperKozak

Additions:
~- 1.0 beta 2 released (February 19, 2009)

Deletions:
~- 1.0 beta 2 release (February 19, 2009)



Edited on 2009-02-19 22:44:38 by GasperKozak [release]

Additions:
~- 1.0 beta 2 release (February 19, 2009)
The library focuses on often-used image operations and ease of use. It provides a simple and unified way to loading and saving images from/to files, strings, database and even URLs (load only, must be enabled in PHP). Supports the most common image formats, with more formats on its way.
This is basically how easy it is:
wiImage::load('image.png')->resize(50, 30)->saveToFile('new-image.jpg', 30);

This example loads an image from a PNG file, resizes it to 50x30, and saves it to a JPEG file in low quality (30%).
The library is released under GNU LGPL 2.1, its wiki, files and code repository are hosted at SourceForge.net. See WideImage project page there.
Authors of the library are Gašper Kozak and Klemen Slavič.




Edited on 2007-07-12 16:18:54 by GasperKozak

Additions:
General information:



Edited on 2007-07-08 14:21:30 by GasperKozak

Additions:
~- WideImage goes PHP5 (July 8, 2007)



Edited on 2007-07-08 14:20:48 by GasperKozak

Additions:
News and stuff


Deletions:
Latest news




Oldest known version of this page was edited on 2007-07-08 13:39:01 by GasperKozak []
Page view:
Latest news
  • Looking for a logo (June 6th 2007)
  • First release: 1.0 Alpha 1 (March 3 2007)
  • All news

  • Latest releases

    See also

    WideImage, an object-oriented PHP image library

    WideImage is an object-oriented library for image manipulation, written in PHP 5. It uses the GD2 extension and it's unit tested with Simpletest. The library focuses on often-used image operations and ease of use.

    The library is released under GNU LGPL 2.1, its wiki, files and code repository are hosted at SourceForge.net. See WideImage project page there.

    Authors of the library are Gašper Kozak and Klemen Slavič.

    Install


    Use


    Find out more


    API documentation:

    Participate


    Extend


    Get support

    First

    And only then
    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.2141 seconds