Re: [PHP] GD Watermark Question

2010-09-19 Thread Peter Lind
On 19 September 2010 16:05, tedd  wrote:
> At 6:03 PM -0400 9/17/10, Gary wrote:
>>
>> Is there a way to insert a watermark on an image as it is being uploaded
>> to
>> the image file, then removed when it is called from a database to be
>> viewed
>> on a website?
>>
>> The rational behind this is I have a photographers site I am doing, and I
>> am
>> limiting the size of the images somewhat to reduce pilferage and I would
>> like to be able to show the images a little larger, hence with a bit more
>> clarity and detail.
>>
>> Thanks for your input.
>>
>> Gary
>
> Gary:
>
> Don't complicate this process more than necessary.
>
> Simply upload the image file normally and store it in the file system OR the
> database.
>
> When you want to show the image as a thumbnail, then show it. Here's the
> code:
>
> http://webbytedd.com/b/thumb/
>
> If you want to show it with a watermark, then show that. Again, here's the
> code:
>
> http://webbytedd.com/b/watermark/
>
> If you want to show the image as a thumbnail with a watermark, then combine
> the two routines. I'll leave that to you.
>

You're generating the thumbnail on every request. Just generate it
once and serve the thumbnail as a file (there's no reason why you
would need to invoke php to show a thumbnail of an image).
Regards
Peter

-- 

WWW: http://plphp.dk / http://plind.dk
LinkedIn: http://www.linkedin.com/in/plind
BeWelcome/Couchsurfing: Fake51
Twitter: http://twitter.com/kafe15


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] GD Watermark Question

2010-09-19 Thread tedd

At 6:03 PM -0400 9/17/10, Gary wrote:

Is there a way to insert a watermark on an image as it is being uploaded to
the image file, then removed when it is called from a database to be viewed
on a website?

The rational behind this is I have a photographers site I am doing, and I am
limiting the size of the images somewhat to reduce pilferage and I would
like to be able to show the images a little larger, hence with a bit more
clarity and detail.

Thanks for your input.

Gary


Gary:

Don't complicate this process more than necessary.

Simply upload the image file normally and store it in the file system 
OR the database.


When you want to show the image as a thumbnail, then show it. Here's the code:

http://webbytedd.com/b/thumb/

If you want to show it with a watermark, then show that. Again, 
here's the code:


http://webbytedd.com/b/watermark/

If you want to show the image as a thumbnail with a watermark, then 
combine the two routines. I'll leave that to you.


Cheers,

tedd

--
---
http://sperling.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] GD Watermark Question

2010-09-17 Thread Ashley Sheridan
On Fri, 2010-09-17 at 18:03 -0400, Gary wrote:

> Is there a way to insert a watermark on an image as it is being uploaded to 
> the image file, then removed when it is called from a database to be viewed 
> on a website?
> 
> The rational behind this is I have a photographers site I am doing, and I am 
> limiting the size of the images somewhat to reduce pilferage and I would 
> like to be able to show the images a little larger, hence with a bit more 
> clarity and detail.
> 
> Thanks for your input.
> 
> Gary 
> 
> 
> 
> __ Information from ESET Smart Security, version of virus signature 
> database 5458 (20100917) __
> 
> The message was checked by ESET Smart Security.
> 
> http://www.eset.com
> 
> 
> 
> 
> 


So where does the watermark get shown, because from what I can gather
from your description, it only exists on the image with the DB...

Thanks,
Ash
http://www.ashleysheridan.co.uk




[PHP] GD Watermark Question

2010-09-17 Thread Gary
Is there a way to insert a watermark on an image as it is being uploaded to 
the image file, then removed when it is called from a database to be viewed 
on a website?

The rational behind this is I have a photographers site I am doing, and I am 
limiting the size of the images somewhat to reduce pilferage and I would 
like to be able to show the images a little larger, hence with a bit more 
clarity and detail.

Thanks for your input.

Gary 



__ Information from ESET Smart Security, version of virus signature 
database 5458 (20100917) __

The message was checked by ESET Smart Security.

http://www.eset.com





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php