PHP 7.0.6 Released

Gmagick::minifyimage

(PECL gmagick >= Unknown)

Gmagick::minifyimageScales an image proportionally to half its size

Description

public Gmagick Gmagick::minifyimage ( void )

A convenient method that scales an image proportionally to one-half its original size

Parameters

This function has no parameters.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

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