Welcome Guest, Not a member yet? Register   Sign In
What is Proper way to create Thumbnail
#3

If you don't want the "_thumb" part adding to the file name include the parameter create_thumb => false like this:


Code:
 $config=array(
           'image_library'=>'gd2',
            'source_image' => $image_data['full_path'],  /*Original Image*/
            'create_thumb'=>FALSE,
            'new_image' =>'./uploads/thumbs',
            'maintain_ratio'=>TRUE,
            'width' => 150,
            'height' => 150
        );
Reply


Messages In This Thread
What is Proper way to create Thumbnail - by nkhan - 05-13-2016, 04:53 AM
RE: What is Proper way to create Thumbnail - by CINewb - 05-18-2016, 08:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB