Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
PHP
:
Function Libraries
: Image
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
how can i find the height and width of an image?
What does the '@' do to the line of code '$im = @imagefromgif ($imgname)'?
How can I dynamically generate images in PHP?
How do i convert from HLS to RGB and back again?
How do i convert from HLS to RGB and back again?
Random Questions
How can I use PHP with ImageMagick?
How can I use FreeType lib with PHP and IIS 4.0, how configure PHP to use this lib?
How can I dynamically generate images in PHP?
Will calling getimagesize() for every image on a page slow things down?
Why are my images produced by GD so big?
Are the fonts in PHP anti-aliased?
Can I create an image by pasting together other images?
How can I work out the size of an image from within PHP?
Will calling getimagesize() for every image on a page slow things down?
Why are my images produced by GD so big?
Why does using the image functions increase the size of my image?
How can I scale an image to a different size in PHP?
How can I adjust the quality (and file size) of an image?
How can I create PNG images with GD now that it doesn't support GIF's?
Does PHP have support for PNG image generation?
Call to unsupported or undefined function imagecreatefromgif()
I cannot get GD installed with PHP in Apache, keep getting "undefined reference to gdImageGif"
I'm looking for a PHP Class for creating X-Y Charts like the ones used to plot stock performance.
Anybody know how or if ImageCreateFrom__() function works with URLs? Error: Can't read image when using http://
How can I use FreeType lib with PHP and IIS 4.0, how configure PHP to use this lib?
How can I resample images to create clear thumbnails on a version of GD *before* 2.0.1 ?!
GIF support in GD library for PHP4<br> I've troubles using ImageGIF and other GIF functions in PHP4
Can I "echo" a text before or after an image ?
How do i convert from HLS to RGB and back again?
How do i convert from HLS to RGB and back again?
How can I use PHP with ImageMagick?
How can I dynamically generate images in PHP?
What does the '@' do to the line of code '$im = @imagefromgif ($imgname)'?
how can i find the height and width of an image?
how can i compare the height and width of an image?
Unanswered Questions
Where can I find a list of all the image creation functions using the latest version of gd? The www.php.net site still has gif functions.
How can I get image creation working on Windows? Help! PHP3.0.14??
How do I confirm the image is a valid GIF or JPG on a remote server. GetImageSize does not allow http:// specs
using php3.0.16win the manual example for GetImageSize does not work. why ?
How can I install djpeg cjpeg and pnmscale via ftp on my virtual server (my provider deleted these from his server and I need these to resize images)?
Anyone ever gotten PHP + Aolserver + Image to work? it seems broken.
I need the libpng and jpeg-6b library for winnt 4.0. I dont want to compile it. Can me help anyone ? Thank you
call to unsupported or undefined function imagepng() or imagergif(). I have installed easyphp1.1 and I have PHP3_gd.lib installed.
how I can use php_gd.dll library ? I can not configure php.ini for this & cant call function ImageCreat(x,y)? Can I do GUI on client side in PHP ?
XPM. Is it possible to work in php using xpm format ? any information would be appreciated.
why do I have unexpected grey dots in my PNG images when I use GD functions to draw black patterns over a white background (using ImageCreateFromPNG)?
I try to manipulate images using php3, it works fine with pngs but I get an "call for unsupported function" when I use jpeg functions. Whats wrong?
How to i put one image over another with keeping a part of the upper image transparent to see the image below?
Using IE5, I get an error "Fatal error - Unsopported function" when using CreateImageFromJPEG($island.jpg"); Anyone know why?
Any reason 4.0.6 with gd cant find fontfile - 4.0.4 had no problems?
Can anyonelp me with image creation using GD on Windows? I have uncommented the line php_gd.dll, bu
I have php_gd.dll installed, but i still get a Call to undefined function, i've tried mysql too
How do i link to an image ? Only IE recognizes an image from within a <img src=image.php> tag.
I want visitors of my site to browse their harddisk and upload pictures to my mysql database. How?
How do i add GD&TTF support for PHP4 on Windows?i want a HOWTO
What does the '@' do to the line of code '$im = imagefromgif ($imgname)'?
How do I generate a "look-a-like" ASCII version of an image?
How can you write exif data when you create a jpeg in php?
How can I get the number of times a colour is used in an image?
How can I get the full path name to an image
[php gd] how to convert a truecolor image to 4 bit colordepth
Why does my php file w/readfile() sometimes show my images as text?
If viewing from outside the same LAN as webserver, why are PHP images distorted and disrupted?
in "imagesetbrush ( resource image, resource brush)" what can I use as <resource brush>?
workaround for the imagepsbbox incorrect length
When I use ImagePNG() I get a lot of chars instead a picture. Why? (Win98SE PHP5.0.0)
I have a folder with pics;1.jpg,2.jpg-want pics in PHP/DB rows on 1 page in order. How?
I have a folder with pics;1.jpg,2.jpg-want pics in PHP/DB rows on 1 page in order. How?
I have a folder with pics;1.jpg,2.jpg-want pics in PHP/DB rows on 1 page in order. How?
which PHP version include gd2.0.29?
which PHP version include gd2.0.29?
which PHP version include gd2.0.29?
imagejpeg() saving problem
What this PHP Warning: imagettftext() [<a href='function.imagettftext'>function.imagettftext</a>]:?
How do I place another image ontop of the image I am working on?
How can I load an image from a url using ftp