Re: [PHP] Watermark with GD

2010-10-31 Thread Tamara Temple
On Oct 31, 2010, at 7:29 AM, Gary wrote: Thanks for the reply, here is a link to the code of the page. http://www.paulgdesigns.com/detailcode.php Ok, that was pretty messy code. But what I could glean from it is this. (See your code at http://pastie.org/1262989). Line 238: width="auto">c

Re: [PHP] Watermark with GD

2010-10-31 Thread tedd
At 12:12 PM -0400 10/31/10, Gary wrote: "tedd" wrote in message news:p06240800c8f339e20...@[192.168.1.2]... At 9:19 AM -0400 10/31/10, Gary wrote: I was sure that the images were being stored and called from the images folder and not directly from the DB, that is until tedd brought it up. I

Re: [PHP] Watermark with GD

2010-10-31 Thread Gary
"tedd" wrote in message news:p06240800c8f339e20...@[192.168.1.2]... > At 9:19 AM -0400 10/31/10, Gary wrote: >>I was sure that the images were being stored and called from the images >>folder and not directly from the DB, that is until tedd brought it up. I >>did have an issue of getting the im

Re: [PHP] Watermark with GD

2010-10-31 Thread tedd
At 9:19 AM -0400 10/31/10, Gary wrote: I was sure that the images were being stored and called from the images folder and not directly from the DB, that is until tedd brought it up. I did have an issue of getting the images to show in the beginning, however I solved it by inserting the path in t

Re: [PHP] Watermark with GD

2010-10-31 Thread Gary
Tamara I realized I forgot to answer your question about file_name. It is a text field that the photographer enters the name of the image file for easy reference. He does not have access to the DB and he is inserting the images from a form I created. I was sure that the images were being sto

Re: [PHP] Watermark with GD

2010-10-31 Thread Gary
"Tamara Temple" wrote in message news:94df613c-6b40-4897-b101-21cf7d83a...@gmail.com... > > On Oct 30, 2010, at 9:31 AM, Gary wrote: > >> >> "tedd" wrote in message >> news:p06240800c8f1d19b9...@[192.168.1.2]... >>> At 3:05 PM -0400 10/29/10, Gary wrote: I am trying to get the watermark to

Re: [PHP] Watermark with GD

2010-10-30 Thread Tamara Temple
On Oct 30, 2010, at 9:31 AM, Gary wrote: "tedd" wrote in message news:p06240800c8f1d19b9...@[192.168.1.2]... At 3:05 PM -0400 10/29/10, Gary wrote: I am trying to get the watermark to work, however I am having a problem in that the image is being called from a database (image sits in imag

Re: [PHP] Watermark with GD

2010-10-30 Thread Ashley Sheridan
On Sat, 2010-10-30 at 11:50 -0400, Gary wrote: > "tedd" wrote in message > news:p06240804c8f1eaf38...@[192.168.1.2]... > > At 10:31 AM -0400 10/30/10, Gary wrote: > >> > >>I was under the impression that the image is stored in a folder called > >>images, in fact the images file do go in, however

Re: [PHP] Watermark with GD

2010-10-30 Thread Gary
"tedd" wrote in message news:p06240804c8f1eaf38...@[192.168.1.2]... > At 10:31 AM -0400 10/30/10, Gary wrote: >> >>I was under the impression that the image is stored in a folder called >>images, in fact the images file do go in, however I have the DB set up for >>longblob, averaging about 20kb

Re: [PHP] Watermark with GD

2010-10-30 Thread tedd
At 10:31 AM -0400 10/30/10, Gary wrote: I was under the impression that the image is stored in a folder called images, in fact the images file do go in, however I have the DB set up for longblob, averaging about 20kb each, so now I am unsure. I exported the sql so perhaps you can tell me. Gar

Re: [PHP] Watermark with GD

2010-10-30 Thread Gary
"Tamara Temple" wrote in message news:7f666311-4bc8-4064-8c70-4f2597e7b...@gmail.com... > On Oct 29, 2010, at 2:44 PM, Gary wrote: >> "Adam Richardson" wrote in message >> news:aanlkti=kenxt7yewrztcm4+hyifrlqhozxse7ufmq...@mail.gmail.com... >> On Fri, Oct 29, 2010 at 3:05 PM, Gary wrote: >>> I

Re: [PHP] Watermark with GD

2010-10-30 Thread Gary
"tedd" wrote in message news:p06240800c8f1d19b9...@[192.168.1.2]... > At 3:05 PM -0400 10/29/10, Gary wrote: >>I am trying to get the watermark to work, however I am having a problem in >>that the image is being called from a database (image sits in images >>file). >> >>The script in question i

Re: [PHP] Watermark with GD

2010-10-30 Thread tedd
At 3:05 PM -0400 10/29/10, Gary wrote: I am trying to get the watermark to work, however I am having a problem in that the image is being called from a database (image sits in images file). The script in question is this $image = imagecreatefromjpeg($_GET['src']); However it produces an error

Re: [PHP] Watermark with GD

2010-10-29 Thread Tamara Temple
On Oct 29, 2010, at 2:44 PM, Gary wrote: "Adam Richardson" wrote in message news:aanlkti=kenxt7yewrztcm4+hyifrlqhozxse7ufmq...@mail.gmail.com... On Fri, Oct 29, 2010 at 3:05 PM, Gary wrote: I am trying to get the watermark to work, however I am having a problem in that the image is being cal

Re: [PHP] Watermark with GD

2010-10-29 Thread Gary
"Adam Richardson" wrote in message news:aanlkti=kenxt7yewrztcm4+hyifrlqhozxse7ufmq...@mail.gmail.com... On Fri, Oct 29, 2010 at 3:05 PM, Gary wrote: > I am trying to get the watermark to work, however I am having a problem in > that the image is being called from a database (image sits in image

Re: [PHP] Watermark with GD

2010-10-29 Thread Adam Richardson
On Fri, Oct 29, 2010 at 3:05 PM, Gary wrote: > I am trying to get the watermark to work, however I am having a problem in > that the image is being called from a database (image sits in images file). > > The script in question is this > > $image = imagecreatefromjpeg($_GET['src']); > > However it