|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<Image variable>.Resize (Function) In french: <Variable Image>.Redimensionne Syntax
<Result> = <Image variable>.Resize(<New width> , <New height>)
<Result>: Boolean - True if resized successfully,
- False otherwise.
<Image variable>: Image variable <New width>: Integer New image width expressed in pixels. <New height>: Integer New height of the image expressed in pixels.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|