PHP 7.0.6 Released

Gmagick::magnifyimage

(PECL gmagick >= Unknown)

Gmagick::magnifyimageScales an image proportionally 2x

Description

public mixed Gmagick::magnifyimage ( void )

Conveniently scales an image proportionally to twice its original size.

Parameters

This function has no parameters.

Return Values

Magnified Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

There are no user contributed notes for this page.
To Top