[PHP] Image

2001-02-01 Thread David Tandberg-Johansen
Hello! I wonder if anyone can tell me how I can use an another image as an background in a new image? David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mai

[PHP] IMAGE

2001-05-01 Thread Rafael Faria
Hy guys how can i know the width and height of an image? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - http://www.uol.com.br Phone # +55 11 3038-8665 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP] Image

2001-07-29 Thread Manu Verhaegen
I have the following question : I have a picture of a floor and the dimention are W=500 H=375 I put this image on te screen by the following command I want to make this picture smaller Now the whole picture is smaller and i want to see only the dimentions W=250 and H=100 and not the dim

[PHP] image

2003-04-04 Thread Diksha Neel
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 i open the html page in internet explorer. i think the syntax is correct and the picture is very much present in the given dest

[PHP] Image

2004-03-03 Thread Kenneth
Hi everyone, I would like to use the function 'image' in php~I know that I have to install GD before using itI've downloaded the zlib and lpng files...but how can I install them?? and may it ask for a simple testing function to test if the GD works? Thanks, Kenneth -- PHP General Mailing Li

[PHP] Image

2004-03-03 Thread Kenneth
To all, I have a problem on using the function "image". I've downloaded the zlib and lpng files...but i don't know how to install them. Also, I've heard that for latter version PHP, there is already GD library, what i have to do is just to uncomment the line"php_gd2.dll", i've followed this but the

[PHP] Image

2004-03-03 Thread Kenneth
hello everyone, I've some question about using image function. I've followed the instruction and downloaded the zlib and libjepeg-6b, but how can i install them?? Some said that for new version of php, what i need to do is just uncommend the ini-file, but i just find it still doesn't work. Thanks,

[PHP] image

2004-07-15 Thread php
how do you catch an image request and instead of the image display php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Image

2001-02-03 Thread Richard Lynch
> I wonder if anyone can tell me how I can use an another image as an > background in a new image? You'll need the GD library (http://boutell.com) and use --with-gd when compiling. Once you've installed those, it's a matter of reading the functions at http://php.net/ in the GD section. -- Visit

[PHP] image orientation?

2001-02-21 Thread Jaxon
Hi, Is there any way to take an image from the filesystem, say a .jpg or .png, and display it in a different orientation? e.g. 20 degrees to the right? best regards, jaxon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

[PHP] image issues

2001-03-02 Thread John LYC
GIF89a ÷ƺ–ÿÛQßΦ¶¦ŠM=ÿãqÿßaçßÂκš–Šuÿãu÷ï릚}- ®¢†Æ¶–meY®ž†‚yiqmYÿãeyuqïç×ÿ×Aÿãyÿ玎y5¾²–ÿÛMÿ×5×ƶïëÛ¾–Žqï׆žŽmÿÛ=ß×ÛiUÿÒ$Φ¶®–ÿÛEðð b&X¤D¢¯âWÏÀbð¨h7‘?€“€“˜@?J ?—3/?@(?,èpA€¥Ðú€‚ÏJ›Bxڑ@¯3?à U«Ù¾*»õ?Y âz1‚‚ &ü¥! ¼\ Ó@@; i have the above in my database,

[PHP] image resize

2001-03-08 Thread PeterOblivion
My goal.. Take an image (gif,jpg) from a remote server, resize it into 200x150 and then save it on my local server. My friend gave me a premade script but that doesnt work. Anyone have something like this already done or know where to find it? - Thanks -- PHP General Mailing List (http://www

[PHP] image counter?

2001-03-14 Thread Fai
We always use 0-9 images to generate the image counter but this image counter contains more than one image. Does any body know how to combine these images as one? That is the final output of image counter is one image. Thank you very much! -- PHP General Mailing List (http://www.php.net/) To

[PHP] Image problem

2001-01-19 Thread Mike Yuen
Can anyone tell me how to display both jpg and gif images. Basically, what i've got is: Now, I know I probably need slashes in there and I played around with it but no luck. Where do I put them? Thanks, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

Re: [PHP] IMAGE

2001-05-01 Thread heinisch
At 23:30 01.05.01 -0300, you wrote: >Hy guys >how can i know the width and height of an image? >[ r a f a e l f a r i a] _ >[EMAIL PROTECTED] >WebMaster Universo Online - http://www.uol.com.br try GetImageSize(string filename, array[imageinfo]); oliver -- PHP General M

[PHP] Image Upload

2001-05-06 Thread Kyle Mathews
Hello: I'm looking for some code that will upload images to my server from a form submission. I'd also like it to check for a max file size of the images. Any help would be appreciated. Thanks, Kyle [EMAIL PROTECTED] http://www.thedip.net -- PHP General Mailing List (http://www.php.net/) T

[PHP] Image problem

2001-05-15 Thread Michael O'Neal
Hi, I'm still pretty new to PHP, and would like help on a solution for a problem I have. I have a website that has 6 different sections. (about, news, buying, selling, community, and relocation) Each of the sections has it's own subfolder in the root directory of the website. (/about, /new

[PHP] Image Upload??

2001-05-15 Thread Brave Cobra
Hi, I'm having a problem with a file upload. My code looks as follows : Select the file you wish to upload. It must be less than 300KB. $image_name is not a valid file to upload. Please upload JPEG (.jpg) or GIF (.gif) type images only. "; return 0; } } $ABS_IMAGES_DIR=$path_

[PHP] Image generation

2001-06-28 Thread Young C. Fan
Hi, I'd like to write some scripts that resize high-res jpegs and gifs into smaller jpegs and gifs. What are the best tools for doing this? I've heard of the GD library and ImageMagick. Which one is better? Are there others? I'll definitely have to generate gif's, so png support by itself isn't s

[PHP] Image Resampling

2001-12-06 Thread Sondra Russell
Dear Friends, I'm working on a tool where my dear user can upload a large jpg for use with a store. The tool would upload the jpeg, resample (as opposed to resize - image quality is appalling on that!) it to thumbnail, and then be done with the whole thing and go smoke a cigarette. Sounds s

[PHP] Image problem

2001-12-07 Thread Peter Lalka
Hi. 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? Peter.

[PHP] Image Upload

2002-01-24 Thread lists
Does anyone have a good script for uploading an image and storing it in a mySQL database. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PR

[PHP] Image resizing

2002-12-19 Thread shaun
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.php.net/unsub.php

[PHP] Image library

2002-08-21 Thread Scott Houseman
Hi there. Which way would be the most efficient/fastest to access images from an image library. A) Store image files in a hash directory structure AND storing each file's information in a mysql table OR B) Storing image information in mysql table AND storing the image in a BLOB field in that tabl

[PHP] image manipulation

2002-08-31 Thread tux
Hey all, I was just wondering if anyone could recommend any tutorials or books or functions i should look into, to do the following: - decrease the size(kilobytes wise not height/width) of an image - imprint a transparent logo onto every picture displayed any feedback greatly appreciated. jo

[PHP] Image resizing

2002-09-06 Thread Fifield, Mike
I have been trying to figure out the best way to resize photo quality images to thumbnail size and have them come out looking good. I have read about the function " imagecreatetruecolor()" and it looks like it may do this. However I

[PHP] Image Upload

2002-09-11 Thread Sascha Braun
Hi Freaks, I got a problem to solve. This script i wrote seems to have an failure but I don't know why. The Error Message is telling me, that I don't have the permission to do the action I want to do. I thought it has some to do with my windows apache installation, but on linux its the same b

[PHP] Image upload

2002-09-11 Thread Sascha Braun
Please Excuse, the code must look like this: if(!file_exists('../images/upload_tmp')) { $dir = '../images/upload_tmp'; mkdir($dir); chmod($dir, 0777); $path = dirname($PATH_TRANSLATED).$dir.'/'; for ($i = 0; $i < 10; $i++) { switch($i) { case $i: $source = $image

[PHP] Image Problem

2002-10-08 Thread Mark Colvin
I have just upgraded php from 4.0.6 to 4.2.3. Everything works OK apart from the line below - echo ''; The thumbnail.php script uses php functions imagecreate, imagecreatefromjpeg, imagecopyresized. The script created a thumbnail OK before the upgrade and now I get no image. Is this because php

[PHP] Image problem

2002-10-09 Thread Donahue Ben
I upload an image. Once I upload this image using the is_uploaded_file function, then writing this image file using the copy function. Everything seems to work fine. When i try to update (that is uploading a new file and saving it with the same name as the first file created) it shows the first

[PHP] Image resize

2002-10-13 Thread Christian Ista
Hello, I have an image (selected via a form), I know the original size of this picture 800x600. I'd like when I put the files in the database resize to 240x180, or 120x90. How do that ? Bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP] Image functions

2002-04-19 Thread Gerard Samuel
Im trying to modify a poll script to not use the hard coded image files and use php's image functions. On the file that will be outputing the poll graphics, I tried at the top of the page -> header("Content-type: image/png"); and header("Content-type: image/jpeg"); For some reason, when the pag

[PHP] IMAGE Manipulation

2002-03-16 Thread Dani
Hi, 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. I just don't know where to start. may be somebody cou

[PHP] Image Question

2002-04-08 Thread Jay Paulson
Hello everyone. I'm uploading an image, resizing it, then base64_encoding it to put the image into a data base.. then when I view it out of the data base using the base64_decode function it looks horrible. Below is the original image off of IMDB.com http://us.imdb.com/ImageView?u=http%3A//images

[PHP] image dimentions

2002-04-10 Thread Steve Klugherz
Is there anyway to gather image dimentions from a gif or a jpg file? I need to gather this information from user uploaded files and can not trust the user to enter them correctly. Any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image aliasing

2002-06-24 Thread Morgan Grubb
Morning, I'm wondering if anybody has ever figured out a way to get around the absolutely abysmal way that Internet Explorer resizes images? The problem is that the person I'm supplying the images to refuses to use two copies (a small one, and a large one) and instead uses one (just the large on

[PHP] Image Resizing

2002-07-25 Thread Nicholas Mercier
Okay. Unless I failed a math course in high school (which is possible) I think my formulas are sound. However I'm having issues with this code. The Intended result: Take any image larger then 180x200 (WxH) and resize it proportionally so it fits within 200x180. What I'm getting, exactly what

[PHP] image function

2002-08-12 Thread NoWhErEMan
I want to use the image functions listed in www.php.net to manipulate images. My server is Apache 2.0.x.x with PHP 4.2.2 , built on windows platform. Is it uncomment the ;extension=php_gd.dll in php.ini enough to enable such functions? NoWhErEMaN -- PHP General Mailing List (http://www.php.ne

[PHP] Image manipulation

2001-07-10 Thread Kevin Pratt
Does any one know if you can check the dimensions of a GIF file? Thanks Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Image manipulation

2001-08-31 Thread Adam Plocher
Hey I got a few questions about image manipulation. First of all, is there anyway I could have my script take a full size image and crop out a chunk of it to be used as a thumbnail - or just simply shrink the image down to be used as a thumbnail? Also, is there anyway to convert misc image t

[PHP] Image Question

2001-09-04 Thread Jeff Oien
I have some images in a photo album type thing of charts with a black background. Some users have complained that when they print this they use a lot of ink. I was wondering if it were possible to convert an image to black and white (b&w only, no grayscale) and then reverse it so the background w

[PHP] image problem

2001-09-04 Thread nate
I'm not sure if this is a problem with my php coding or html or the server or what, but I made a simple photo album that just basically lets users add a pic of themselves through a form and it records the url of their pic in a sql db and then i just display it on a page. Now the problem is only

[PHP] image gallery

2001-09-20 Thread Aniceto Lopez
some days ago someone, I can't remenber, asked how to do an image gallery so here is mine available for downloading: www.lamundial.net/bol/img_gallery.zip also posted in http://www.weberdev.com you can see it working at: www.lamundial.net "fotos" section when a thumb is clicked pops up a new win

[PHP] image gallery

2001-09-20 Thread Aniceto Lopez
some days ago someone, I can't remenber, asked how to do an image gallery so here is mine available for downloading: www.lamundial.net/bol/img_gallery.zip also posted in http://www.weberdev.com you can see it working at: www.lamundial.net "fotos" section when a thumb is clicked pops up a new win

[PHP] image upload

2001-10-02 Thread AJDIN BRANDIC
Hi I have a problem uploading images on my server. I have foung#d similar question in the archive u no answer to it. If a file is uploaded to the server through a form it stores it in the right place with the right name but the file size is incorrect and it is not visible (though a browser).

[PHP] Image width??

2001-11-29 Thread cosmin laslau
Hi, Is there any function or command in PHP that will return the width an image (GIF)? Thanks. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- PHP General Mailing List (http://www.php.net/) To un

[PHP] image validation

2001-04-07 Thread Michael Hall
I'm wondering if there is any sure way for PHP to determine whether an uploaded file is definitely an image file. I have a script that checks for size and mime type ('image/png' or 'image/jpeg'). The script works fine, but I've heard that it is possible to add those mime type headers to files th

[PHP] Image Replication

2010-07-20 Thread Dan Joseph
Hi, I'm wondering how you all are doing image replication between servers. I've got some things in mind, but I'd like to see how others have done it. We have a PHP application that accepts an image upload, then we want it to show up on the other 2 web servers. We have 3 in a load balanced clust

[PHP] image inventoryer

2012-04-05 Thread Kirk Bailey
I need a page that will live in a directory and list all image files in there. That is, the page has tags emitted in it's structure, one per file in the directory with a saught file type- .png, .gif, .jpg, you get the idea. this should use relative addressing so once the tool is built I can us

[PHP] image inventoryer

2012-04-07 Thread Kirk Bailey
Image inventory of this directory body { margin-left: 10; margin-right: 10%; } body {background-attachment:fixed;} A:link, A:visited, A:active { text-decoration:none; } A:hover { text-decoration:underline; } .justify{text-align:justify;} .center{text-align:center;} This page inventories the

[PHP] Image upload

2007-02-05 Thread Robert Fitzpatrick
I have a small application that ran on one server and now gives me a problem with uploading images on a new server. I am running PHP 4.4.4 now on this server and hoping it is just something that needs adjusted in php.ini, but cannot seem to find. The file is posted as a file fields in a multipart/f

[PHP] Image storing

2007-03-05 Thread Delta Storm
Hi, Can you recommend the best way to store an image into the MySQL database and optimze it. And display and manipulate that image in PHP. Thank you very much! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Manipulation

2008-11-09 Thread Ron Piggott
Is there a way to find out the number of pixels wide and high an image is in PHP? Is there a way to resize an image using PHP? Ron -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Resizing

2008-12-20 Thread Stephen Alistoun
Hi all, What is the best way in PHP to Resize an Image to a specific width. For Example I have images in the following sizes: (1) 200px width and 350px height (2) 125px width and 220px height (3) 166px width and 455px height I want all the images to resize to 100px width but the height adjusts

[PHP] image galleries

2007-11-21 Thread Lisa A
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. thanks, Lisa A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Image Information

2007-06-06 Thread Steve Marquez
Greetings, I am trying to get information (width, height, file size) from an image before it is uploaded. Is there a way to do that? Thank you, -- Steve Marquez

[PHP] Image Conversion...

2007-09-08 Thread Tony Di Croce
I need to convert (resize, and store as blob's in a mysql db) images my users can upload. I'm wondering what the best conversion tool is... I'm considering ImageMagick... Is this the best? Is their anything that is integrated with PHP itself? td

[PHP] IMAGE LOADED...

2006-08-12 Thread BBC
I build a small site in which some images are loaded in all pages. I concern if the client have slow connection to internet. Does any one can tell me how to send such images to client's computer? I want to increase the speed connection by taking such image from client's computer when it's already

[PHP] Image Destroy

2006-08-15 Thread Tom Chubb
I know this will be really simple, but I'm struggling to get my head round the use of imagedestroy() I have some code which uploads an image, resizes to create a smaller image and thumbnail then deletes the source image. My question is which images need to be destroyed? I've read the even reusing

[PHP] image protection

2006-10-06 Thread tedd
Hi gang: What would be the "best" way to protect images in a directory from being harvested? I know that when an image is shown to the user, while there are some javascript tricks to deter the user, there is no real way to stop the user from capturing the image, for they already have it. B

[PHP] image uploads

2006-01-31 Thread William Stokes
Hello, Is there something special about php and images that nobody told me... I'm writing a image gallery but I have run to serious trouble with it. I have one page with form in it. Form's action is $PHP_SELF. In the form there is just one file field called "image". I test if there's users im

[PHP] Image modifications

2008-05-25 Thread Ronald Wiplinger
I would like to find some samples to start with. We want to upload a picture and the user may apply some "filters" or "instructions" to create a new picture, based on the uploaded picture and the available "filters" and "instructions". The idea of it is not really mature, since we have no idea wh

[PHP] Image Generation

2008-08-20 Thread Alex Chamberlain
Hi, I need to generate an online proof for vinyl lettering. Customers specify the text, font, colour, maximum frame size (mm) (ie the width and height it must fit into), and whether or not they want to keep aspect ratio (ie not distort the lettering). I want to represent all this on a single imag

[PHP] Image resizing...

2005-10-02 Thread Sonia
Hi All I've been working on finishing a project SGML2IMAGE and I am sort of having trouble with resizing of images. I am trying to just use the GD library so when I distro the package it will not need any other things installed to be used. Now I am using... imagecreatetruecolor (); imagecreatefro

[PHP] Image editing?

2006-01-07 Thread William Stokes
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 like

[PHP] Image size?

2006-01-11 Thread William Stokes
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 General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] image problem

2005-03-24 Thread William Stokes
Hello, I really can't figure this out. Can someone help please. I've wasted hours already with this one. I'm trying to print image to a web page using fpassthru. Here's the code: $name = path/to/the/image/folder/img1.jpeg; $fp = fopen($name, 'rb'); // send the right headers header("Content-

[PHP] image display

2005-04-12 Thread Cima
hi, what is the best way to display an image, that is stored in a database in postgres, in a table form along with other fields that are in the same table? postgresql 8.0 e.g my_table(name varchar(15),sex character (1), picture_id oid) in a table in php, i'd like to show all the rows in my_table

[PHP] image handling

2005-04-16 Thread Dasmeet Singh
I have a form on my website that allows users to upload photographs.. 1. How to find out the file type they are uploading..like jpeg or png or gif? 2. Also is there any way to find out size and resolution of the image? Thanks in advance :) - Free cPanel Web Hosting http://hostwindow.info/web-host

[PHP] Image problems

2003-02-23 Thread Narciso Rodrigues
I want to change resolution and set as a black & white image. Any idea ? Thks [MsR] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Resize

2003-02-23 Thread Randum Ian
Hi guys, Is it possible to resize an uploaded file to 10% of it's size and rename it accordingly? I have the filename for the full-size image as "filename-WWWxHHH.jpg" where WWW is the width and HHH is the height. I want the re-sized image to have the filename "filename-thumb-WWWxHHH.jpg" where

[PHP] image question

2003-03-10 Thread Anthony Ritter
I'm looking for a php tutorial or script which can open and read an existing .jpg or .png from another URL. Next, the script then modifies that image by - say - cropping off the bottom by 20px or resizing it by 50%. Lastly, could this modified file then be renamed on ones server? Many thanks, To

[PHP] Image Handling

2003-03-12 Thread Johnny Martinez
Hi all, I am working on a store app. On the admin side I want to allow the admin to upload a pic, adjust the size, and create a thumbnail. Does anyone know of any open source image handling routines I can take advantage of for this? The file format will be jpg or even gif. Thanks in advance. John

[PHP] Image resize

2003-03-12 Thread Michael P. Carel
hi to all, I have a problem here in image resizing, after the image has been resized , the image has been discolorized. How can i recreate the image with the same resolution and color properties. Here's the sample code from my class file: $origPic = ImageCreateFromJpeg( $this -> iOrig[ 'tmp_na

[PHP] Image Header

2003-08-14 Thread Uros Gruber
Hi! I don't know if this is ok, so can somebody give me some explanation. I made some php script to get Header from http request. When I request some image header looks like: HTTP/1.1 200 OK Date: Mon, 11 Aug 2003 17:24:14 GMT Server: Apache/1.3.27 (Unix) PHP/4.3.1 Last-Modified: Fri, 25 Oct 200

[PHP] Image Magick

2003-08-26 Thread Mike At Spy
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. They are located in

[PHP] image galleries

2003-06-23 Thread Alan Quirk
I've had a look around lots of script sites (hotscripts, etc) and there are lots of scripts for gd-library galleries, but unfortunately the server i'm using does not support it, and I really want to have a gallery where pictures can be uploaded and all the appropriate directories are created automa

[PHP] image upload

2003-10-05 Thread Yury B .
Hi I need to upload two resized images out from one jpg image. I use following code to do it: This code is working perfectly but produces only one uploaded and resized image (I comented out the lines that I add for second image) If I take out comments from the code on the second image - this

[PHP] Image Functions

2003-12-10 Thread David O'Brien
Is there an equivalent way of doing a ImageMagick "composite file1.png file2.png file3.png" using the builtin GD functions? -Dave David G. O'Brien Web Services Coordinator / Systems Administrator NACCRRA The Nation's Network of Child Care Resource & Referral 1319 F Street NW, Suite 500 Washin

[PHP] Image creation

2004-03-07 Thread Kenneth
Dear all, Thanks Kilimajer's help and I can finally build-in the GD library. But when i use the imagecreate function for jpeg, don't know why there are some unknown wordings appears. Sth like the following: 1oACEEEO¡ÑOUUaaceeeno Don't know what's happening, I just use simple functi

[PHP] Image info?

2004-03-19 Thread Mike Mapsnac
Using php function I was able to get such information about image such as: size(width, height), type of image and size of the image. Can I get more information about image? Thanks _ FREE pop-up blocking with the new MSN Toolbar – get

[PHP] Image size ??

2004-03-20 Thread Tom Wuyts
Hi, Is there any way to know the size of an image ?? Thanx in advance, RCTycooner - Admin of The Silver Luna Forums http://www.wuyts.org/tom/phpbb2/ [EMAIL PROTECTED] -

[PHP] Image copying

2005-01-05 Thread Liam Gibbs
Hello, I'm having a real frustrating time with my problem here, which is to copy one JPEG to another resource. I'm not even sure where I'm going wrong, or how to find it out, because it seems that I'm getting all my resource IDs fine (when I echo them, I get 'resource ID #x'), and no error mess

[PHP] Image Resolution

2005-01-26 Thread Martin Magnusson
Hi, I have written a script that takes an uploaded jpeg-image and places it in a PDF-file with the PDFLib functions in php. The original image file is 560x420, 72 dpi. Later on the PDF-file will be printed, and our printshop requires at least 200 dpi. The format of the printed image should be A

[PHP] Image Resolution

2005-01-26 Thread Martin Magnusson
Hi, I have written a script that takes an uploaded jpeg-image and places it in a PDF-file with the PDFLib functions in php. The original image file is 560x420, 72 dpi. Later on the PDF-file will be printed, and our printshop requires at least 200 dpi. The format of the printed image should be A6

[PHP] Image Creation

2005-02-15 Thread Aaron Todd
I just wrote a little script to play around with the GD library but I am having a problem displaying it in the browser. I have not problem at all when I just run the script. But I was trying to make the image in a custom function which will return the image when its called. All I end up getti

[PHP] image size?

2004-09-09 Thread Ed Lazor
Is there a way to get the size of an image created using the imagecreate function? The PHP manual section on image functions mentions getimagesize, but that only works on remote or local files. Thanks, Ed

[PHP] Image question

2004-09-14 Thread Ed Lazor
PHP's creating an image and I'm trying to store it into MySQL. Instead of raw binary data, all I'm getting is a resource reference. To test this and keep things as simple as possible, I took and created an image with createimagefromjpeg. Here's some example code of what I'm talking about: $url

[PHP] Image Text

2004-09-21 Thread b2
Hi I'm trying to create images with a bit of text pasted on top using the code bolow My problem is that the text color either are lost (lighter colors) or print in a different color it seems that it's mix the text color and the background color Is there away around this also where can I find dif

[PHP] Image Text

2004-09-21 Thread b2
Hi I'm trying to create images with a bit of text pasted on top using the code bolow My problem is that the text color either are lost (lighter colors) or print in a different color it seems that it's mix the text color and the background color Is there away around this also where can I find dif

[PHP] Image Manipulation

2004-10-01 Thread GH
I would like to know if there is a way to have PHP determine the dimensions of an image (i.e. JPG or PNG) and if it more than Xpx wide or height have it scale it down proportionally to that width or height? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP] Image Storage

2004-03-22 Thread Matt Palermo
I am creating a system to allow users to upload images to the site. Would it be better to store the images in a MySQL table, or having it save the images to a directory on the server? Anyone have any suggestions on this? Pros? Cons? Thanks, Matt http://sweetphp.com/ -- PHP General Mailing Lis

[PHP] Image Map

2004-06-14 Thread Juan Pablo Herrera
Hi! How can i make an image map with image function php? My idea is make a similar concept to http://www.infobae.com/ediciondigital/paginas.php Thank you! Juan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Uploader

2004-06-22 Thread Sean Vasey
I am trying to create an image uploader however, the code I have created doesn't seem to upload the images. If anyone sees any ways that I can get this to work or if you know any better ways, please let me know. http://thephpstore.com # || ||

[PHP] Image Problem

2004-06-28 Thread Monil Chheda
Hi, I store images in DB properly... no issues using the following code // Example php script to demonstrate the storing of binary files into // an sql database. More information can be found at http://www.phpbuilder.com/ ?> Store binary data into SQL Database This file has the following

[PHP] Image support

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

Re: [PHP] image

2004-07-15 Thread Jason Wong
On Friday 16 July 2004 08:06, php wrote: > how do you catch an image request and instead of the image display php? Please elaborate. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Develo

Re: [PHP] image

2004-07-15 Thread php
like i call an image if the img tag but instead of loading the image it loads a php script "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Friday 16 July 2004 08:06, php wrote: > > > how do you catch an image request and instead of the image display php? > > Please el

RE: [PHP] image

2004-07-15 Thread Vail, Warren
takes the remaining characters sent by the script as the actual image itself. Hope this is what you are looking for. Warren Vail -Original Message- From: php [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 5:43 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] image like i call a

Re: [PHP] image

2004-07-15 Thread Jason Wong
On Friday 16 July 2004 08:43, php wrote: Please do not top post. > like i call an image if the img tag but instead of loading the image it > loads a php script It's still not clear what your eventual goal is. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Sys

  1   2   3   4   5   6   7   8   9   >