Welcome Guest, Not a member yet? Register   Sign In
image lib confuses me
#1

[eluser]richthegeek[/eluser]
Does anyone else find the image library confusing?

Why can't we just have stuff like this:

Code:
$this->load->libary("image");

...

$this->image('image.png')->rotate( "+45" )->saveTo( "assets/images/rotated/_SRC_" );

...
$img = $this->image('image.png');

$img->crop( fromX, toX, fromY, toY );
$img->resize( width, height, retainAspect ); // alternatively, if width=false or height=false, retain aspect automatically.

$img->output();

The current use of config etc is less useful to me than the imageGD stuff...




Theme © iAndrew 2016 - Forum software by © MyBB