Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged gd

0 votes
561 views
1 answer
    I am currently using a php gd implementation to resize images which constantly runs out of memory - rather quickly. ... my php.ini memory limit? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    Could you please explain what exactly the return value of imagettfbbox() mean? The manual says: imagettfbbox() ... there are negative values? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
532 views
1 answer
    I've been looking for PHP code to apply a Gaussian blur to images. What I've done was like this: <?php ... and its blurring effect is very weak. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    Does anybody have a function that draws a ttf string (imagettftext) with specified letter spacing? I cannot find any ... font will be arial.ttf See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
391 views
1 answer
    I've been looking for PHP code to apply a Gaussian blur to images. What I've done was like this: <?php ... and its blurring effect is very weak. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    Does anybody have a function that draws a ttf string (imagettftext) with specified letter spacing? I cannot find any ... font will be arial.ttf See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
265 views
1 answer
    I am trying to write a small php function to take an image and apply a watermark type image on top of the ... well. return $image_ext; } ?> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
607 views
1 answer
    I've searched for this and the solutions provided in past questions are completely incomprehensible to me. Whenever I ... get what's going on. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I'd like crop an image in PHP and save the file. I know your supposed to use the GD library but i'm not sure how. Any ideas? Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...