whehockey.blogg.se

Wideimage
Wideimage






To save to a file you need to pass the file name and its path as a parameter. The open source WideImage library has provided support for saving images to a file, directly to a browser, or can retrieve an image data as a string inside your own apps. Pear install kozak.si/WideImage Saving Images to Other Formats via PHP Install WideImage via PEAR pear channel-discover The WideImage team has worked hard to optimize the library code and have updated the GD functions to improve performance. The GD extension doesn’t support some functions and few are performing slow as they are coded in pure PHP. The library uses GD extension to carry out most of the supported operations on images. Developers can easily load an image in the format of their choice and then can save in any other supported image file formats. The library has included support for cross-format conversion. It also supports BMP (read/write) and TGA (read-only).

wideimage

The library currently includes support for some of the most common image file formats which are natively supported by the GD extension on the server such as GIF, PNG, JPG, GD, GD2, WBMP, XBM, XPM).

wideimage

The library supports features like resizing image, cropping, merging, writing a text with a shadow, convert to other formats, image cloning, apply watermark on the image, and many more. The library provides a simple way of loading, manipulating, and saving images in the most common image formats. The WideImage is an open source object-oriented library that gives software developers the capability to manipulate images inside their own PHP applications.








Wideimage