Reply to Re: Center text on image

Re: Center text on image new!
by Vincent, 17 years ago
Getting the dimensions and size IS possible :)

Work around:
$imgsize = getimagesize($_FILES['file']['tmp_name']);
$image_uploaded->image_text =
  $imgsize[0].'x'.$imgsize[1].'px - '.
  $image_sizekB.'kB\nHosted by site.com';
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important