Action/Resize/Proportional.php

Show: inherited
Table of Contents

\phMagick\Action\Resize\Proportional

Package: action\resize

Proportional resize of images.

if height = 0 the resize is based on the new width if width = 0 the resize is based on the new height if width and height > 0 image magick will try to match both measurements while keeping the aspect ratio so the final image might not have the exact dimentions requested but the closest dimentions possible

Parent(s)
\phMagick\Action\Resize\Base < \phMagick\Core\Action
Author
nuno  

Methods

methodpublic__construct( ) : void

methodpublicgetDestination( ) : void

methodpublicgetHeight( ) : void

methodpublicgetShellCommand( ) : void

methodpublicgetSource( ) : void

methodpublicgetWidth( ) : void

methodprotectedisValidGravity( ) : void

methodpublicsetDestination( ) : void

methodpublicsetHeight( ) : void

methodpublicsetSource( ) : void

methodpublicsetWidth( ) : void

Documentation was generated by DocBlox 0.17.2.