Reply to Re: Without upload

Re: Without upload new!
by colin, 16 years, 8 months ago
You can process local files too. For instance:
$foo = new upload('./my_pic.png');
$foo->image_watermark = 'watermark.png';
$foo->image_watermark_x = 10;
$foo->image_watermark_y = 10;
$foo->process('./test/');
It needs error handling, etc... but it shows how you can manipulate local files.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