I have been working on it for a while but no luck.
I personally don't have IE to test it but my customer have noticed it and
brought it up to the table.
If you have any ideas I would like to hear you out :)
On Sun, Jun 28, 2009 at 5:28 PM, Martin Zvarík wrote:
> Nitsan Bin-Nun napsal(a):
>
>
Nitsan Bin-Nun napsal(a):
I have wrote a PHP script that serves JPEG images in smaller size, the
resize is done using GD on-the-fly.
I have noticed an interesting issue during the "save image as..." dialog on
serveral internet explorer browsers, somehow, for some strange reason, the
JPEG file is
On 01/12/2007, Dotan Cohen <[EMAIL PROTECTED]> wrote:
> On 01/12/2007, Dotan Cohen <[EMAIL PROTECTED]> wrote:
> > I remember once coming across a bit of php code that displayed the
> > "created" date of a jpeg image. I cannot find it, and I cannot find
> > anything related to that in tfm. Can someo
On 01/12/2007, Dotan Cohen <[EMAIL PROTECTED]> wrote:
> I remember once coming across a bit of php code that displayed the
> "created" date of a jpeg image. I cannot find it, and I cannot find
> anything related to that in tfm. Can someone give me a push in the
> general direction? Thanks in advanc
Lisa A wrote:
> Does anyone know of an image gallery I can use on multiple pages of a
> website. I'd like to be able to click on the thumbnails and see a larger
> image.
> Hopefully something simple and easy to install.
There is Gallery 2, http://gallery.menalto.com/ but that's a bit heavy
weig
Merlin escreveu:
Hi there,
I need to manipulate images on the fly. My goal is to make the image
very bright, or to add a sepia effect. The problem is, that this takes a
lot of computing power on 1024 pictures. About 2s on my server until the
image is delivered.
...
Alain Roger wrote:
> Hi,
>
> There is a trend on internet that when you want to change your password,
> you
> need to type :
> 1. the former password.
> 2. the new one
> 3. a 2nd time the new one to confirm that no mistake has been done on step
> 2.
>
> however, several website also propose an ad
On 8/29/06, zerof <[EMAIL PROTECTED]> wrote:
http://www.educar.pro.br/abc/gdlib/index.php?pageNum_rsNVER=22&totalRows_rsNVER=67
zerof
speako englisho, solo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ross escreveu:
I have an saved images I output with this...
I want to use getimagesize() to get the height and width of the image and if
it is above a certain size then scale/ reduce it.
The problems are
(i) using getimage() without a url just my viewphoto.php script
(ii) comparing and
Please, check that:
http://br.php.net/manual/pt_BR/function.move-uploaded-file.php
"suresh kumar" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hi,
> This is the code i am using for image upload.
> if ($_FILES['ufile']['name'] != NULL)
> {
>
> $FlName= $_FILES['ufile'][
Eduardo Raúl Galván Sánchez wrote:
Have you tried imagecopy resized()?
Same results with that. I'm using imagecopyresampled to keep the
quality as high as possible.
John Nichel escribió:
I'm pulling my hair out with this gd resizing of an image, and can't
figure out where it's screwing u
Have you tried imagecopy resized()?
John Nichel escribió:
I'm pulling my hair out with this gd resizing of an image, and can't
figure out where it's screwing up. I've been trying to batch process
about 500 images to resize them to a standard size, and for some reason,
instead of resizing the
hbeaumont hbeaumont wrote:
Hi,
I have a site with images that I want people to download but not have
the direct path to. ie. I do not want them to be able to just view the
source, find the dir and then download everything or direct link to
them.
However I can see no way to do this other than k
hbeaumont hbeaumont wrote:
> I have a site with images that I want people to download but not have
> the direct path to. ie. I do not want them to be able to just view the
> source, find the dir and then download everything or direct link to
> them.
Turn off directory indexes or put an index.html
what would the chance be that the OP actually knows Portuguese and could
read that?
---
I don't know what is the chance, but the example in this page doesn't
requires to know portuguese.
Sorry if you don't speak portuguese. Sorry for my poor english.
zerof
--
PHP General Mailing Li
Try; http://www.php.net/manual/en/function.getimagesize.php
Warren
At 09:16 AM 1/11/2006, M. Sokolewicz wrote:
zerof wrote:
William Stokes escreveu:
Hello,
Can I get pixel sizes from a uploaded web applicable image with PHP? I
mean width and height as pixels. If so How?
Thanks
-Will
--
zerof wrote:
William Stokes escreveu:
Hello,
Can I get pixel sizes from a uploaded web applicable image with PHP? I
mean width and height as pixels. If so How?
Thanks
-Will
--
http://www.educar.pro.br/abc/mathgd/index.php?xyz=30
zerof
what would the chance be that the OP actu
William Stokes escreveu:
Hello,
Can I get pixel sizes from a uploaded web applicable image with PHP? I mean
width and height as pixels. If so How?
Thanks
-Will
--
http://www.educar.pro.br/abc/mathgd/index.php?xyz=30
zerof
--
PHP General Mailing List (http://www.php.net/)
To unsub
> Hello,
>
> I might have to start doing some automated image editing or rezising with
> PHP. I've never done anything like this before so I would need some
> guidelines to get started. Basically what sections of the manual to read and
> what tools need to be installed to the server side to get th
William Stokes wrote:
Hello,
I might have to start doing some automated image editing or rezising with
PHP. I've never done anything like this before so I would need some
guidelines to get started. Basically what sections of the manual to read and
what tools need to be installed to the serve
Nadim Attari wrote:
http://www.php-help.net/sources-php/image.upload.function.353.html
Thanks, Nadim,
I'm sure that is a great script. I am really trying to learn how it's
working, so I'm trying to stay away from pre-rolled stuff as much as I
can and beg for the mercy of the list in buildin
http://www.php-help.net/sources-php/image.upload.function.353.html
Regards,
Nadim Attari
Alienworkers.com
> Hi, After a disastrous first attempt (which uploaded images but only by
> chance) it was suggested I rework the entire thing. This one seems to
> check the file against getimagesize and if
Ahh now it becomes clear, you where trying to place the image inline.
There is a way with base64 encoding, but it isnt supported by many
browsers - you can actually say data:image/png,base64;[...]";>
where the [...] is the base64 encoded image, so you would need to wrap
an ob start and ob end a
Dude - that works fine!
can you check your code - make sure you havnt got any white space at all
before the php starts in ANY file, and then check that you've got ALL
erros being reported (because you might have the error cant send
headers, output allready sent at line x) which will prenvent th
Hey Guys,
I think I fixed my own problem. I tried calling the PHP script from a
different page like this:
This gave me the results I wanted.
Thanks for all your help.
Aaron
"Aaron Todd" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I just wrote a little script to play arou
get rid of :
echo "
This is a
test".makepie(20,200)."
";
and only have this :
makepie(20,200);
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for the compliment on my function. I have since improved upon
it...see below.
I can do the exact same thing as you and get results, but what I can't do is
show the image within an HTML table. I think it is something to do with the
header line, but I dont know how to get around it. I'v
Hmm.. If PDFs are always 72dpi.. Then the OP would in other words need to
resize the PDF document (and everything on it) to 200/72 times the normal
size, and then the printer would print it correct? Hmm.. Isn't that pretty
much exactly what Richard Lynch said? Seems like a kinda ugly solution to
me
DvDmanDT wrote:
> Take a quick look at imagecopyresampled.. It can change the size of an
> image
> pretty good.. Now I know nothing about PDFs really.. But I suppose you
> could
> just scale it with the GD functions then place the result in a PDF.. Maybe
> the PDF functions can scale as well though
Take a quick look at imagecopyresampled.. It can change the size of an image
pretty good.. Now I know nothing about PDFs really.. But I suppose you could
just scale it with the GD functions then place the result in a PDF.. Maybe
the PDF functions can scale as well though.. Although, try both, becau
Tim Burgan wrote:
Hello,
Is there any way that I can do some image manipulation - resizing -
without the GD libraries?
I've always used the GD library and it's the only way that I'm aware of
to do resizing. Unless of course you're willing to do all the resizing
manually and just upload the new
Jaskirat Singh wrote:
Thanks Robby Russell, Jason Wong , Greg Donald, raditha dissanayak and
every one else who answered part 1 of my email concerning image
uploads.
It was about where to store images uploaded by website users and
question was database vs filesystem and dedicated vs shared hosting
Robby Russell wrote:
> I tend to stick as much in the database with strict restraints. I know
> that in my database, an image cannot be deleted unless several rules are
> met. In the filesystem, a number of things could accidently delete the
> wrong file. I treat my images as another piece of data
> -Original Message-
> Let me explain more fully:
> I call a script like this:
>
>
>
> The script figures out if the image named in $_GET['file'] is portrait
> or landscape, and creates a thumbnail of the same orientation. I would
> like to get the x and y values of the image out of t
Let me explain more fully:
I call a script like this:
The script figures out if the image named in $_GET['file'] is portrait
or landscape, and creates a thumbnail of the same orientation. I would
like to get the x and y values of the image out of this script somehow,
so that I can specify the hei
I think you'll have to use the imagex and imagey functions to get the
dimensions of the thumbnail in order to calculate the size.
> -Original Message-
> What if the values for x and y are not known? I have a function that
> returns a thumbnail of a larger image; it calculates the size of
What if the values for x and y are not known? I have a function that
returns a thumbnail of a larger image; it calculates the size of the
created image based on the dimensions of the original.
Paul Birnstihl wrote:
Ed Lazor wrote:
Is there a way to get the size of an image created using the imagec
Ed Lazor wrote:
-Original Message-
Ed Lazor wrote:
Is there a way to get the size of an image created using the imagecreate
function?
I'm guessing it would be xsize x ysize x colour depth = size in bits ?
What's the default color depth?
-Ed
It looks to me like it's 8bit for imagecreate and
> -Original Message-
> Ed Lazor wrote:
> > Is there a way to get the size of an image created using the imagecreate
> > function?
>
> I'm guessing it would be xsize x ysize x colour depth = size in bits ?
What's the default color depth?
-Ed
--
PHP General Mailing List (http://www.php.n
Ed Lazor wrote:
Is there a way to get the size of an image created using the imagecreate
function?
I'm guessing it would be xsize x ysize x colour depth = size in bits ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Apologies. I need to be using getimagesize(). I thought it was only for file
sizes.
"Torsten Roehr" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> "Jed R. Brubaker" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hi all!
> >
> > I am trying to do something really
"Jed R. Brubaker" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all!
>
> I am trying to do something really simple, but my error is outside of my
> expertise (hopefully not for long!).
>
> Code:
> -
> $this->lVertical = "images/box/
On Tuesday 10 August 2004 22:54, Henri Marc wrote:
> > Variables in single-quoted strings are not
> > evaluated. Either user double
> > quotes or concatination:
>
> Thank you very much all for your help, specially Kevin
> Waterson for his complete program.
> It was simple, I always make some mista
On 10 August 2004 15:55, Henri Marc wrote:
> Hello,
>
> > Variables in single-quoted strings are not
> > evaluated. Either user double
> > quotes or concatination:
> Thank you very much all for your help, specially Kevin
> Waterson for his complete program.
> It was simple, I always make some mis
Hello,
> Variables in single-quoted strings are not
> evaluated. Either user double
> quotes or concatination:
Thank you very much all for your help, specially Kevin
Waterson for his complete program.
It was simple, I always make some mistakes with those
quotes :-(
Another problem still related t
$myimage = 'hi.gif';
echo "";
Henri marc wrote:
Hello,
I would like to use a variable instead of an image
file name in a html page with this instruction:
';
?>
I tried but the image doesn't show up. Is it
impossible or do I do something wrong?
My goal is to have a random image print in the page,
th
"Henri marc" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I would like to use a variable instead of an image
> file name in a html page with this instruction:
>
> echo '';
> ?>
>
> I tried but the image doesn't show up. Is it
> impossible or do I do something wrong?
> M
Try this:
http://pear.php.net/gifs/pearsmall.gif";;
echo '';
?>
Probably you are not initializing the $myimage var.
To see if the html generated is ok, you can use your browser "view
source" capability.
Henri marc wrote:
Hello,
I would like to use a variable instead of an image
file name in a
Gus wrote:
I had read it. I didn't understand. So I asked.
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message
Not sure if you read the same manual the rest of us did. The manual that
these guys refer to have a very nice step by step guide to installing
the jpeg extension for GD. Well to be p
I had read it. I didn't understand. So I asked.
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> It means read the * manual.
>
> See http://info.astrian.net/jargon/ for definitions of internet lingo.
>
> On Mon, 28 Jun 2004 19:23:01 -0300, Gus <[EMAIL PROTECTED]> wrote
It means read the * manual.
See http://info.astrian.net/jargon/ for definitions of internet lingo.
On Mon, 28 Jun 2004 19:23:01 -0300, Gus <[EMAIL PROTECTED]> wrote:
>
> I don't understand, but thanks for answering.
>
> "Red Wingate" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
Read The F***ing Manual.
El lun, 28-06-2004 a las 17:23, Gus escribió:
> I don't understand, but thanks for answering.
>
> "Red Wingate" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > RTFM
> >
> > Gus wrote:
> >
> > > I have PHP 4.3.6
> > > I want to add image support to manip
I don't understand, but thanks for answering.
"Red Wingate" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> RTFM
>
> Gus wrote:
>
> > I have PHP 4.3.6
> > I want to add image support to manipulate JPEGs.
> > I downloaded http://www.boutell.com/gd but what I do next?
> >
> > Thanks.
RTFM
Gus wrote:
I have PHP 4.3.6
I want to add image support to manipulate JPEGs.
I downloaded http://www.boutell.com/gd but what I do next?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Edward Peloke wrote:
I have looked at several of the functions and tried a few tutorials online
but am not having much luck for some reason resizing images. I have this
code which works fine but everytime I try to add some resizing code, I get
the error that the image is not a valid image resource
"Anderson Ouriques" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I would like how use the image functions to put one water-mark in other
> image.
> I can't use with alpha functions.
> I use PNG format.
Maybe this is what you're looking for:
http://phparch.com/news/1242
R
Qt wrote:
Dear Sirs,
When I am using following codes, I am gettinh "Cannot modify header
information - headers already sent by " error. What should I do?
header ("Content-type: image/png");
$im = @imagecreate (50, 100)
or die ("Cannot Initialize new GD image stream");
$background_color = imag
Thanks!! I found some documentation on the GD library.
I most likely be posting again!! :)
~WILL~
[EMAIL PROTECTED] wrote:
gd seems to work fine ? even nconvert via command line does a good job and
it resizes gif too
I'll second that one, I wrote a shell script in PHP to resize images,
using Imag
Make sure you use imagecreatetruecolor() with GD when resizing images or
you'll get some undesirable results. Imagemagick's convert and mogrify
worked well for me although I was resizing an uploaded image.
Ed Curtis
On Thu, 26 Feb 2004, Will wrote:
> Thanks!! I found some documentation on the
Thanks everyone. I got GD2 to work quite well! The thumb look pretty good.
~WILL~
Ed Curtis wrote:
Make sure you use imagecreatetruecolor() with GD when resizing images or
you'll get some undesirable results. Imagemagick's convert and mogrify
worked well for me although I was resizing an uploa
gd seems to work fine ? even nconvert via command line does a good job and
it resizes gif too
> I'll second that one, I wrote a shell script in PHP to resize images,
> using ImageMagicks mogrify
> command, and it took ages. It's really much too slow for a web site.
>
> If you need a faster soluti
I'll second that one, I wrote a shell script in PHP to resize images,
using ImageMagicks mogrify
command, and it took ages. It's really much too slow for a web site.
If you need a faster solution, I think you have to buy something.
On 26 Feb 2004, at 09:15, Adam Bregenzer wrote:
On Thu, 2004-0
On Thu, 2004-02-26 at 02:25, Will wrote:
> I forgot to mention what I was trying to do.
> There is a web page that pulls the image file name from the database
> then reads the URL to the directory where the image is. Is it possible
> to just resize it when the web page is brought up in the brow
I forgot to mention what I was trying to do.
There is a web page that pulls the image file name from the database
then reads the URL to the directory where the image is. Is it possible
to just resize it when the web page is brought up in the browser?
Like I said I am not sure which one to use.
Jough P wrote:
Greetings, all. I'm trying to upload and crop an image. I'm not able
to do it without the quality of the image suffering. I've fiddled with
the quality parameter in the imagejpeg function but it seems to have no
effect. I've tried varying values and leaving the parameter out
Bob Eldred wrote:
I'm wanting to serve images outside the docroot of apache, so that the
images can't be so easily hijacked. However, I appear to be running into a
problem with (I think) the headers not being sent properly. IE (v6) will
only save the images as BMPs, not as JPGs, even though they
Mike At Spy wrote:
Anyone here familiar with the installation of Image Magick and what files it
installs on your machine?
I had an admin put it on, and then took it off - but took it off by removing
what she thought were all of the files related to it. I just found some
files I think that are. Th
Hello,
On 07/02/2003 12:00 AM, Joel Louie M Miranda wrote:
Can someone give me a suggestion or a howto where could I get some idea on
how to do image verification? Like on yahoo.com signup where you need to
enter the text on the image to process your order.
This class does what you want:
Class: C
Try to put your image into your web directory
"Diksha Neel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> dear all,
>
> hi!
> i am creating an html file through a php script.
> i am drawing a table in one of whose cells i want
> to include and image.
> but this image does not a
You will need the GD library of image functions for this to work.
You can find more information at the following page:
http://www.php.net/manual/en/ref.image.php
gl
"Randum Ian" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Hi guys,
>
> Is it possible to resize an uploaded file
What platform are you running PHP on?
Shaun wrote:
Hi,
My webserver doesn't have the GD library installed, please can someone tell
me how I can resize uploaded images for thumbnails?
Thanks for your help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
Hello,
Myrage wrote:
> No luck
> I have installed GD lib and zlib and all into c:\php\extensions bur i
> still
> get an error
>
> *Fatal error*: Call to undefined function: imagecreate() in
> *c:\inetpub\wwwroot\image.php* on line *24*
Run phpinfo() and check again (under GD). See if you can f
Did you tell php.ini to load this extension, and then restart your
webserver? (I am taking it that you're using IIS or PWS? -- Someone else
will have to field the question on whether or not GD/PHP works with
this.. I would imagine so, but I am not sure enough to put any money on
it :) )
Myrage
No luck
I have installed GD lib and zlib and all into c:\php\extensions bur i still
get an error
Fatal error: Call to undefined function: imagecreate() in
c:\inetpub\wwwroot\image.php on line 24
image.php code :
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
You'll need the full PHP package (the 5 MB zip file, not the 400k
quickie) .. it'll be in the extensions/ directory of there.. php_gd.dll..
Myrage wrote:
i am using windows and I cannot seem to find the necessary libs and dlls
"Jason Young" wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROT
i am using windows and I cannot seem to find the necessary libs and dlls
"Jason Young" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I did this just today --
> http://www.php.net/manual/en/function.imagecreate.php
>
> Its real short and sweet. If you're runni
I did this just today --
http://www.php.net/manual/en/function.imagecreate.php
Its real short and sweet. If you're running on Linux, I'm sure you'll be
able to get it to work just fine - on Windows, make sure you have the gd
extention, and that it will be loaded with php.ini.
Hope this helps!
Christoph wrote:
> Hello,
>
> I'm currently programming a webmail interface with php 4.1.2 and
> c-client 2001.
> I'm getting the Mime data from the mail.
> Now I have the image data as text but how I can get it into an
> field?
At first, you'll have to convert the data back to binary using the e
> Does anyone know of image creation libraries that will generate graphs?
http://www.aditus.nu/jpgraph/
Jome
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
On 09/30/2002 11:18 AM, Ramesh Nagendra Pillai wrote:
> I have developed an application to send newsletter
> periodically using simple mail function in PHP, the
> newsletter is in HTML format and also have some
> images. The problem is when we see the newsletter in
> the inbox, images are
2002 14:10:58 +0200
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Image resolution and php
>
>> I need to get resolution information (dpi) from any
>> image of jpg, gif or png formats.
>>
>> It would be sufficient to obtain pixel and inches
>> dimension of s
image on a
1200x1200dpi printer will be exactly one quarter the size of the same image
printed on a 300x300 dpi printer.
-Original Message-
From: Jome [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 8:11 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Image resolution and php
>
> I need to get resolution information (dpi) from any
> image of jpg, gif or png formats.
>
> It would be sufficient to obtain pixel and inches
> dimension of such images and calculate resolution by
> simply dividing but I haven't found any function that
> gets effective dimensions in inches.
htt
Here is the list of the PHP's images functions:
http://www.php.net/manual/en/ref.image.php
You can look at filesize and getimagesize for the size / height width.
For the second question, I dont know look at the list.
--
Merci de nous avoir choisi. - Thanks you for your choice.
Nicos - CHAI
> [snip]
> > Having a large number of files in a single directory does affect
> performance,
> > the degree of which depends on the filesystem.
>
> This is generally accepted wisdom for dealing with large numbers of files -
> but what number is considered "large"?
> Any rules of thumb, for differe
Lots of good ideas.
One other thing to consider when designing this is the possibility of
multiple web server accessing a single database server.
If you use the file system method which assumes that the web/db are on the
same server as soon as you want to have multiple web servers you'll run
int
The answer I would give at this moment would be a variant of your A)
version where the hash directories would further contain directories
limited to, say 300 images. Found it out after a painfully slow
experience with MySQL blobs. I did not however implement this solution
yet (still using the
You won't get very far if you aren't outputting an image to the browser
using ImageJpeg(), etc.
Matt
Matthew J Gray
UWRF - Information Technology Services
[EMAIL PROTECTED]
Gerard Samuel wrote:
> Im trying to modify a poll script to not use the hard coded image files
> and use php's image func
Hi Dani,
> I'm trying to resize images from a big image to smaller image in
> dimension and also file size so that when a user upload an image into
> server, when a browser display the picture it desn't have to be as big.
> I hope my question make sense.
a good way for working with images is
In article <00ce01c1b36b$46c0d640$02646464@ade>,
[EMAIL PROTECTED] says...
> Hi,
> I'm using the code in the manual to draw text on a png.
> but Its not working - ImageString() works but not ImageTTFText()
> I uploaded arial.ttf from windows to fonts/ folder
> Any Ideas:
> as a side note: PNG's
Hi again, I guess one really good reason for not storing images directly in
a db table is performance. When you store a blob in a table it affects the
whole database's performance. It slows it down, that's why the most common
method is to store the images in a dir on the webserver and store only
EMAIL PROTECTED]]
Sent: Wednesday, January 16, 2002 4:17 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Image Fields and PHP...
It basically comes down to speed. While there is nothing "Technicaly" wrong with
storing the images in the database, accessing the images will become slower as
Zara E" <[EMAIL PROTECTED]>
To: "'Lerp'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, January 16, 2002 1:52 PM
Subject: RE: [PHP] Re: Image Fields and PHP...
> Joe (And/Or others),
>
> We are storing the actual images in the DB. We did not w
PROTECTED]]
Sent: Wednesday, January 16, 2002 2:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Image Fields and PHP...
Hi Zara, are you storing a path to the images in your db? Or the actual image?
It's recommended that you stay away from storing actual images in the db. If you
are storing a
Hi Zara, are you storing a path to the images in your db? Or the actual
image? It's recommended that you stay away from storing actual images in the
db. If you are
storing a path the code below might help you out. It select a firstname, and
an image according to an id. You'll have to change the
Terry,
Their is a cool class someone has made to make it a snatch to add graphs
charts, and so forth.
Make a search for google for "PHP graph" its the first result JPGraph.
I highly recommend it for your project.
Regards,
Yoep
"Step One" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">
age-
> From: Peter Lalka [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 07, 2001 5:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: Image problem
>
>
>
> Thanks, in phpinfo list really isn't support for GIF:(
> How can I manipulate jpeg images? Which f
AY2PRINT A/S
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2)
Gecko/20010726 Netscape6/6.1
X-Accept-Language: en-us
MIME-Version: 1.0
To: Peter Lalka <[EMAIL PROTECTED]>
Subject: Re: [PHP] Re: Image problem
References: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset
|
| Kópia:
|
| Predmet:[PH
> I've instaled and cofigured php4 on WinNT with Apache Web server.
> I can't use any fuction of Image manipulation, 'cause I get this error
> message: ImageGif: No GIF support in this PHP build
> In phpinfo() is listed that: gd lib.> enabled, zlib lib.> enabled.
> What do I still miss there?
In
1 - 100 of 110 matches
Mail list logo