Go to the source code of this file.
Namespaces |
| namespace | core |
Functions |
| | ImageCopyBicubic ($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h) |
| | process_new_icon ($context, $component, $filearea, $itemid, $originalfile) |
Function Documentation
| ImageCopyBicubic |
( |
$ |
dst_img, |
|
|
$ |
src_img, |
|
|
$ |
dst_x, |
|
|
$ |
dst_y, |
|
|
$ |
src_x, |
|
|
$ |
src_y, |
|
|
$ |
dst_w, |
|
|
$ |
dst_h, |
|
|
$ |
src_w, |
|
|
$ |
src_h |
|
) |
| |
long description object
- Parameters:
-
| object | $dst_img | |
| object | $src_img | |
| int | $dst_x | |
| int | $dst_y | |
| int | $src_x | |
| int | $src_y | |
| int | $dst_w | |
| int | $dst_h | |
| int | $src_w | |
| int | $src_h | |
- Returns:
- bool
- Todo:
- Finish documenting this function
Definition at line 46 of file gdlib.php.
| process_new_icon |
( |
$ |
context, |
|
|
$ |
component, |
|
|
$ |
filearea, |
|
|
$ |
itemid, |
|
|
$ |
originalfile |
|
) |
| |
Stores optimised icon images in icon file area
- Parameters:
-
| $context | |
| component | |
| $itemid | |
| $originalfile | |
- Returns:
- success
Definition at line 98 of file gdlib.php.