I am trying the generate an image on the fly by merging images using PHP GD. I want to know if 开发者_开发技巧there is a way I can display the image inside my webpage without the need of storing it so
I was looking for an implementation of \"soft focus\" effect with php and GD More info here: http://www.nickgallery.com/web_pages/technical%208.htm
I have witten a function that copies some images onto a canvas and saves it to a file. My code is at the bottom of the post.
I\'m trying to get the lowermost left (x,y) coordinates of an image. I\'m doing that to be able to write a text in different-sized picture, in the left lowermost corner. Below is the code. Could you p
This Code saves the image like it\'s suppose to, but instead of displaying it as a picture, 开发者_开发百科what is displayed is a line of text inside the picture. help?
I am looking for a solid PHP thumbnail generating class. Does anyone know any good ones that ar开发者_C百科e open-source?
When i merge two images as one background and the other as target image. I m using pngs. When I rotate the target image and then merge, yes everything is fine except that the edges of rotated image be
For one website, I need to add a litle script who resize images in php. For that, I used the GD functions. That worked very well in the dev machine, the problem is that in production doesn\'t work bec
I\'m processing images when the user uploads a pic but my problem is high rez pics. How do you detect when the user uploads one?I\'m using the GD library for PHP.Setting the quality to 90 with the ima
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari