How to process multiple images that are inside a folder?

See all posts See thread Reply

Re: How to process multiple images that are inside a folder? new!
by Marcio Alves, 12 years, 6 months ago
The issue has resolved. Code;

$handle->mime_getimagesize;
if($handle->image_src_x > 800) {
  $handle->image_resize = true;
  $handle->image_ratio = true;
  $handle->image_x = 800; 	//width
}
Reply