[PHP] Re: Image Type BMP @ Save Image As Dialog on IE

2009-06-28 Thread Martin Zvarík
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

Re: [PHP] Re: Image Type BMP @ Save Image As Dialog on IE

2009-06-28 Thread Nitsan Bin-Nun
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 mzva...@gmail.com wrote: Nitsan Bin-Nun

[PHP] Re: Image functions: date?

2007-12-01 Thread Dotan Cohen
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 advance. I

[PHP] Re: Image functions: date?

2007-12-01 Thread Dotan Cohen
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 someone give me a

[PHP] Re: image galleries

2007-11-22 Thread Colin Guthrie
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 weight

[PHP] Re: Image manipulation on the fly

2007-11-08 Thread zerof
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.

[PHP] Re: image digit to check password

2007-03-20 Thread Greg Beaver
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 additional

Re: [PHP] Re: image manipulation with php

2006-08-31 Thread Curt Zirzow
On 8/29/06, zerof [EMAIL PROTECTED] wrote: http://www.educar.pro.br/abc/gdlib/index.php?pageNum_rsNVER=22totalRows_rsNVER=67 zerof speako englisho, solo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: image manipulation with php

2006-08-29 Thread zerof
Ross escreveu: I have an saved images I output with this... img src=includes/viewphoto.php?id=?=$photo? 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

[PHP] Re: image upload problem

2006-06-29 Thread Jo�o C�ndido de Souza Neto
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']['name'];

[PHP] Re: Image resizing problems

2006-03-31 Thread Eduardo Raúl Galván Sánchez
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

Re: [PHP] Re: Image resizing problems

2006-03-31 Thread John Nichel
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

[PHP] Re: image location hiding techniques

2006-02-08 Thread David Dorward
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

[PHP] Re: image location hiding techniques

2006-02-08 Thread Chuck Anderson
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

[PHP] Re: Image size?

2006-01-11 Thread zerof
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

[PHP] Re: Image size?

2006-01-11 Thread M. Sokolewicz
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

Re: [PHP] Re: Image size?

2006-01-11 Thread Warren Vail
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

[PHP] Re: Image size?

2006-01-11 Thread zerof
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

[PHP] Re: Image editing?

2006-01-10 Thread Raj Shekhar
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 things

[PHP] Re: Image editing?

2006-01-09 Thread Chuck Anderson
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

Re: [PHP] Re: Image upload form

2005-06-16 Thread Jack Jackson
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

[PHP] Re: Image upload form

2005-06-15 Thread Nadim Attari
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

[PHP] Re: Image Creation

2005-02-16 Thread James Taylor
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 IMG SRC=data:image/png,base64;[...]; where the [...] is the base64 encoded image, so you would need to wrap an ob start and

[PHP] Re: Image Creation

2005-02-15 Thread Aaron Todd
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.

Re: [PHP] Re: Image Creation

2005-02-15 Thread Matt M.
get rid of : echo table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#11' width='200' bgcolor='#FFD1A4' tr td width='100%' colspan='2' align='center'This is a testbr.makepie(20,200)./td /tr /table; and only

[PHP] Re: Image Creation

2005-02-15 Thread Aaron Todd
Hey Guys, I think I fixed my own problem. I tried calling the PHP script from a different page like this: img border='0' src='include/pie.php?slice=100total=200' This gave me the results I wanted. Thanks for all your help. Aaron Aaron Todd [EMAIL PROTECTED] wrote in message news:[EMAIL

[PHP] Re: Image Creation

2005-02-15 Thread James Taylor
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

[PHP] Re: Image manipulation without GD library

2005-01-26 Thread Jason Barnett
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

[PHP] Re: Image Resolution

2005-01-26 Thread DvDmanDT
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,

Re: [PHP] Re: Image Resolution

2005-01-26 Thread Richard Lynch
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..

Re: [PHP] Re: Image Resolution

2005-01-26 Thread DvDmanDT
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

[PHP] Re: image uploads - part 2

2004-11-06 Thread M. Sokolewicz
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

[PHP] Re: image files - upload and managment

2004-10-31 Thread Per Jessen
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

RE: [PHP] Re: image size?

2004-09-14 Thread Ed Lazor
-Original Message- Let me explain more fully: I call a script like this: img src=image.php?file=file_name_here.jpg 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

Re: [PHP] Re: image size?

2004-09-13 Thread Ryan W Sims
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

RE: [PHP] Re: image size?

2004-09-13 Thread Ed Lazor
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

Re: [PHP] Re: image size?

2004-09-13 Thread Ryan W Sims
Let me explain more fully: I call a script like this: img src=image.php?file=file_name_here.jpg 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

[PHP] Re: image size?

2004-09-09 Thread Paul Birnstihl
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

RE: [PHP] Re: image size?

2004-09-09 Thread Ed Lazor
-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.net/) To

Re: [PHP] Re: image size?

2004-09-09 Thread Paul Birnstihl
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

[PHP] Re: Image Width Error

2004-08-24 Thread Torsten Roehr
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 =

[PHP] Re: Image Width Error

2004-08-24 Thread Jed R. Brubaker
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 simple, but my

[PHP] Re: Image and variable

2004-08-10 Thread Alfonso Baqueiro
Try this: ?php $myimage = http://pear.php.net/gifs/pearsmall.gif;; echo 'img src=$myimage'; ? 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

[PHP] Re: Image and variable

2004-08-10 Thread Torsten Roehr
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: ?php echo 'img src=$myimage'; ? I tried but the image doesn't show up. Is it impossible or do I do something

[PHP] Re: Image and variable

2004-08-10 Thread pete M
$myimage = 'hi.gif'; echo img src='$myimage'; Henri marc wrote: Hello, I would like to use a variable instead of an image file name in a html page with this instruction: ?php echo 'img src=$myimage'; ? I tried but the image doesn't show up. Is it impossible or do I do something wrong? My goal is

Re: [PHP] Re: Image and variable

2004-08-10 Thread Henri Marc
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 to

RE: [PHP] Re: Image and variable

2004-08-10 Thread Ford, Mike [LSS]
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 mistakes with

Re: [PHP] Re: Image and variable

2004-08-10 Thread Jason Wong
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 mistakes with

[PHP] Re: Image support

2004-06-28 Thread Red Wingate
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

[PHP] Re: Image support

2004-06-28 Thread Gus
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. -- PHP General

Re: [PHP] Re: Image support

2004-06-28 Thread William Lovaton
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 manipulate JPEGs. I

Re: [PHP] Re: Image support

2004-06-28 Thread Justin Patrin
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]

Re: [PHP] Re: Image support

2004-06-28 Thread Gus
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: I

Re: [PHP] Re: Image support

2004-06-28 Thread raditha dissanayake
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

[PHP] Re: image resize problems

2004-06-02 Thread Justin Patrin
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

[PHP] Re: Image Alpha - Water Mark

2004-04-22 Thread Torsten Roehr
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 Regards,

[PHP] Re: image header problem

2004-03-09 Thread Justin Patrin
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 =

Re: [PHP] Re: Image resize on upload

2004-02-26 Thread Gareth Williams
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,

Re: [PHP] Re: Image resize on upload

2004-02-26 Thread Adam Bregenzer
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

Re: [PHP] Re: Image resize on upload

2004-02-26 Thread daniel
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 solution,

Re: [PHP] Re: Image resize on upload

2004-02-26 Thread Will
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

Re: [PHP] Re: Image resize on upload

2004-02-26 Thread Ed Curtis
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

Re: [PHP] Re: Image resize on upload

2004-02-26 Thread Will
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

[PHP] Re: Image resize on upload

2004-02-25 Thread Will
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

[PHP] Re: Image Quality Depreciation with GD

2004-02-17 Thread Justin Patrin
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

[PHP] Re: Image Header Problems

2004-01-13 Thread Bogdan Stancescu
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

[PHP] Re: Image Magick

2003-08-26 Thread Kae Verens
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.

[PHP] Re: Image Verification (On Submit)

2003-07-01 Thread Manuel Lemos
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:

[PHP] Re: image

2003-04-04 Thread Dimitris Kossikidis
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 appear when

[PHP] Re: Image Resize

2003-02-23 Thread Hans Prins
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 to 10%

[PHP] Re: Image resizing

2002-12-19 Thread Bogdan Stancescu
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:

Re: [PHP] Re: image generation with PHP

2002-11-25 Thread @ Edwin
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 find

[PHP] Re: image generation with PHP

2002-11-24 Thread Jason Young
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!

[PHP] Re: image generation with PHP

2002-11-24 Thread Myrage
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 running on

[PHP] Re: image generation with PHP

2002-11-24 Thread Jason Young
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

[PHP] Re: image generation with PHP

2002-11-24 Thread Myrage
No luck I have installed GD lib and zlib and all into c:\php\extensions bur i still get an error br / bFatal error/b: Call to undefined function: imagecreate() in bc:\inetpub\wwwroot\image.php/b on line b24/bbr / image.php code :? /* Header( Content-type: image/jpeg); */Header( Content-type:

[PHP] Re: image generation with PHP

2002-11-24 Thread Jason Young
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 :) )

[PHP] Re: Image from MIME email

2002-11-14 Thread Erwin
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 img field? At first, you'll have to convert the data back to binary using the

[PHP] Re: image viewing in the mail client

2002-09-30 Thread Manuel Lemos
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 not

[PHP] Re: image wrapper - graphs

2002-09-30 Thread Jome
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

[PHP] Re: Image resolution and php

2002-09-18 Thread Jome
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.

RE: [PHP] Re: Image resolution and php

2002-09-18 Thread Mark Charette
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

Re: [PHP] Re: Image resolution and php

2002-09-18 Thread Eric C. Pollitt
: [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

[PHP] Re: image manipulation

2002-09-01 Thread CHAILLAN Nicolas
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 -

[PHP] Re: Image library

2002-08-21 Thread Bogdan Stancescu
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

[PHP] Re: Image library

2002-08-21 Thread Philip Hallstrom
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

[PHP] RE: Image library

2002-08-21 Thread Philip Hallstrom
[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 different

[PHP] Re: Image functions

2002-04-19 Thread Matthew Gray
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

[PHP] Re: IMAGE Manipulation

2002-03-16 Thread Marcel Besancon
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

[PHP] Re: image generation issues

2002-02-11 Thread David Robley
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 - any

[PHP] Re: Image Fields and PHP...

2002-01-17 Thread Lerp
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

[PHP] Re: Image Fields and PHP...

2002-01-16 Thread Lerp
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

RE: [PHP] Re: Image Fields and PHP...

2002-01-16 Thread Gonzalez, Zara E
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 path

Re: [PHP] Re: Image Fields and PHP...

2002-01-16 Thread Jason Bell
: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 want our pictures to be on our webserver. Instead we felt it would be better to keep them on the database server. In order to do this, they had to be stored

RE: [PHP] Re: Image Fields and PHP...

2002-01-16 Thread Gonzalez, Zara E
]] 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 the database gets larger

[PHP] Re: Image generation scripts

2001-12-22 Thread Yoep
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

[PHP] Re: Image problem

2001-12-07 Thread Johan
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 the

Re: [PHP] Re: Image problem

2001-12-07 Thread Peter Lalka
: | | Predmet:[PHP] Re: Image problem

[PHP] [ Re: [PHP] Re: Image problem]

2001-12-07 Thread Johan Holst Nielsen
-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=us-ascii; format=flowed Content

RE: [PHP] Re: Image problem

2001-12-07 Thread Andrew Chase
- 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 functions are for this img. format? P

  1   2   >