Welcome Guest, Not a member yet? Register   Sign In
Crop Image_moo
#3

[eluser]Mat-Moo[/eluser]
You should of posted on the Image_moo thread I would of picked it up quicker.

However there is no official image_lib routine for resize_crop apart from http://ellislab.com/forums/viewthread/159815/ which does http://i.imgur.com/vlzav.jpg;

If I save the original image, and do
Code:
$this->load->library('image_moo');
        $this->image_moo
        ->load('a1.jpg')
        ->set_jpeg_quality(100)
        ->resize_crop(70,100);
    if ($this->image_moo->errors)
        print $this->image_moo->display_errors();
    else
        $this->image_moo->save_dynamic();
I get the exactly what is expected, what is the is the issue your having?


Messages In This Thread
Crop Image_moo - by El Forum - 12-14-2010, 06:26 AM
Crop Image_moo - by El Forum - 12-14-2010, 11:33 AM
Crop Image_moo - by El Forum - 12-14-2010, 02:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB