Remove file_new_name_ext from file_dst_name

See all posts See thread Reply

Re: Remove file_new_name_ext from file_dst_name new!
by colin, 15 years, 8 months ago
To set the width and the height to be 500px maximum, you can do this:
$imageb->file_new_name_body = 'test';
$imageb->image_resize = true;
$imageb->image_x = 500;
$imageb->image_y = 500;
$imageb->image_ratio = true;
$imageb->process('upload/thumb/');
Reply