Tagged Questions
The gdlib tag has no wiki summary.
9
votes
3answers
930 views
Face detection in PHP
Does anybody know of a good way to do face detection in PHP? I came across some code here that claims to do this, but I can't seem to get it to work properly. I'd like to make this work (even though ...
8
votes
5answers
573 views
Detect the location of an image within a larger image
How do you detect the location of an image within a larger image? I have an unmodified copy of the image. This image is then changed to an arbitrary resolution and placed randomly within a much ...
5
votes
3answers
355 views
Choosing suitable background / foreground colour using PHP
I am looking to find a why to calculate a suitable background colour and a colour for the text that would go over the top, obviously I need to take into account readability and accessibility.
I would ...
4
votes
3answers
89 views
Image curving with PHP or HTML5
I am looking to achieve:
http://i53.tinypic.com/2gule04.jpg
I have tried the answers mentioned at Curving an image that starts as a rectangle (uploaded by user), preferably using Canvas or JS
...
4
votes
4answers
307 views
PHP Color Manipulation
I am currently looking into color manipulation / selection etc and have come across the following piece of code. I was wondering of someone could tell me what the following piece of code is doing and ...
3
votes
3answers
133 views
Radial gradients with opacity in PHP
I need to create a PNG radial gradient with opacity. I've looked through GDLib but I can't see a way to generate radial gradients. Does anyone know of a way with GDlib or any other graphics library ...
3
votes
1answer
152 views
Codeigniter Blue Hue
UPDATE: THE ANSWER IS USE THE GD2 LIBRARY, DOH!
I am working with Codeigniter's image manipulation library to resize some photos. Unfortunately, they are producing a blue tint or hue to the photos. ...
3
votes
4answers
3k views
In CakePHP, whats the best Image Upload / Resizing component you've used?
Im looking for somthing that can belong to many many models and, hopfully, has all the resizing functionality built in too.
Wondering if there's any good suggestions out there, I don't want to pick ...
3
votes
2answers
519 views
Using PHP to recreate something similar to VistaPrint / CafePress / Zazzle. Any Ideas?
I am working on a website in which the client wishes to have users upload background images to a printable design, crop to size, add text. Do this to multiple pages then generate a pdf of the 'book'
...
3
votes
2answers
2k views
How would I skew an image with GD Library?
I want to skew an image into a trapezoidal shape. The left and right edges need to be straight up and down; the top and left edges need to be angular. I have no idea what the best way to do this is.
...
2
votes
2answers
651 views
Using the PHP GD library to resize and save images is HELL
I'm writing a script that will upload a file from user input, resize it to a thumbnail and add the two new filenames to a database.
However, I cannot for the life of me figure out how to get PHP to ...
2
votes
2answers
204 views
Resize image using PHP if it's too small
I'm allowing user uploads, and I want to scale their images up if they're too small (low quality is a non-issue). I need to make the smallest side become 150px and have the other dimension scale up to ...
2
votes
2answers
141 views
Estimate required memory for libGD operation
Before attempting to resize an image in PHP using libGD, I'd like to check if there's enough memory available to do the operation, because an "out of memory" completely kills the PHP process and can't ...
2
votes
5answers
2k views
Find JPEG resolution with PHP
Calling all PHP gurus!
I understand that you can use getimagesize() to get the actual pixel height and width of an image in PHP. However, if you open an image in photoshop and look at the image size ...
1
vote
1answer
71 views
change transparent image color dynamically
i have to change image color dynamically using php i used the following code
$imgname = "source.png";
$im = imagecreatefrompng ($imgname);
if($im && imagefilter($im, IMG_FILTER_COLORIZE, 27, ...
1
vote
1answer
54 views
How to create 300ppi image in php?
I need to know is there any method available in PHP through which I can create images in 300ppi? I saw the documentation of GD library but can't found any info. Is there any method through with I can ...
1
vote
2answers
77 views
Error with imagefilter() from GD (no file?)
I keep getting the following errors:
/private/var/tmp/phpl3E3lq
Warning: imagecreatefromjpeg(/private/var/tmp/phpl3E3lq) [function.imagecreatefromjpeg]: failed to open stream: No such file or ...
1
vote
3answers
347 views
PHP GD library used to merge two images
Okay, so I have two images in a file. One of them is of a t-shirt. The other is of a logo. I used CSS to style the two images so that it looks like the logo is written on the t-shirt. I merely gave ...
1
vote
2answers
434 views
How to convert PNG to 8-bit PNG using PHP GD library
I want to write a routine which takes PNG image path as parameter and convert that image into 8-bit PNG image. I need to use PHP GD library for this.
1
vote
2answers
470 views
How to tell if image is PNG24 or PNG8 and the number of bits and channels?
I am trying to distinguish PNG-8 and PNG-24 images with getimagesize or Imagick, but I don't quite know how to to it.
getimagesize does not return channels for my PNGs and displays the mimetype ...
1
vote
3answers
255 views
PHP Image Resize Classes
My website allows uploading of images. I limit images to 10 megapixel or less JPEG images, all images get stored in a directory. Now I want the images resized on the fly and I am looking for a PHP ...
1
vote
1answer
900 views
PHP+GD: imagecopymerge not retaining PNG transparencies
I have two PNG files, "red.png" and "blue.png"; they are both mostly transparent, but there is a few pixels of red or blue splotches in various places.
I want to make a PHP script that merges the ...
1
vote
1answer
151 views
How can i calculate where the non transparent part of an image starts and ends with PHP?
Here's a question: let's say we have a png image 200x200 that is transparent and there is a shape that starts at x,y (50,50) and has a width of 50px and height 20px.
Is there any way with PHP (gdlib ...
1
vote
2answers
740 views
In PHP, imagepng() accepts a filter parameter. How do these filters affect the function's output?
How do these filters affect the output of imagepng() in PHP?
PNG_NO_FILTER
PNG_FILTER_NONE
PNG_FILTER_SUB
PNG_FILTER_UP
PNG_FILTER_AVG
PNG_FILTER_PAETH
PNG_ALL_FILTERS
The documentation simply ...
1
vote
3answers
92 views
echo is not working in my php-gdlibrary page
i am trying to create an ellipse using php gd library; also i want to display something under the ellipse. but the usual echo will not work with this. somebody please help me to find the reason and ...
1
vote
2answers
55 views
problem with image upload class not creating img
take a look at my class below when i try to upload an image the default keeps being called within the switch statement. i cant see why it goes to that.
<?php
class uploadimg2folder {
//create ...
1
vote
1answer
196 views
Codeignter and GD image manipulation
In codeigniter I am creating an application that allows the user to upload multiple files in one go, to this I am using this library, ...
1
vote
2answers
656 views
Codeigniter and uploading zip files
I am currently building a backend to a site using the codeigniter framework, I have hit a bit of a problem, I needing a way to allow the user to upload a zipped folder of images, on completing the ...
1
vote
1answer
283 views
what causes imagecreatetruecolor() to fail?
i am sure that my gdlib is enabled since the imagecreafromjpeg() function precedes the part where i call the imagecreatruecolor() and there's no error generated from that
however the script breaks on ...
1
vote
2answers
589 views
How can I prevent GD from running out of memory?
I'm not sure if memory is the culprit here. I am trying to instantiate a GD image from data in memory (it previously came from a database). I try a call like this:
my $image = ...
1
vote
1answer
1k views
Set background color for GD Lib imagerotate and imagecopy
I'm using PHP 5 GD Lib to do some graphic manipulations, and I can't find a way to get around the black background that shows up when you rotate an image or copy an image to another (larger) image.
...
0
votes
2answers
31 views
how to create a base64encoded string from image resource
I have sent a base64 encoded string via AJAX to PHP and created an image resource with imagecreatefromstring - all is fine.
Now I want to get the base64 encoded string after resizing te image, but i ...
0
votes
1answer
31 views
GDlib imageantialias() not working
How to get imageantialias() to work?
code:
imageantialias($image, true);
error:
Fatal error: Call to undefined function imageantialias() in /var/www...
info:
PHP Version 5.3.3-7+squeeze3
gd
GD ...
0
votes
3answers
36 views
How to create an image with transparent background
How to create an image with GDlib with a transparent background?
header('content-type: image/png');
$image = imagecreatetruecolor(900, 350);
imagealphablending($image, true);
imagesavealpha($image, ...
0
votes
1answer
20 views
Shadow with GDlib
I'm working on auto making of icons from big images, using GDlib. Icons should be with round angles and space beyond angles should be transparent. My icons look very nice and beautifull, and the only ...
0
votes
1answer
13 views
GDlib Alphablending Overlay
Im looking for a Solution to alphablend 2 JPG images with PHP. Both Images should have 50% Transparency in the end so you can see both images at once in the final image.
I just cant find a soltuion ...
0
votes
0answers
118 views
pchart error: Message: imageftbbox() [function.imageftbbox]: Invalid font filename
I've tried a number of different ways and right now I'm being as explicit as I can. I'm using xampp on Windows 7 with PHP/pChart. In my code I have:
<?php
include('pChart/pData.class');
...
0
votes
0answers
377 views
problems installing GD library on osx 10.6 (snow leopard)
i want to use the node-gd module with node.js and therefore need the GD library installed on my MBP (10.6.8 64bit).
i found this (old) tutorial for osx 10.4
...
0
votes
1answer
229 views
php mosaic script
I'm using a script that I downloaded from google code to dynamically generate mosaic images with the GD library. The script seems a bit convoluted. I've messed around with it quite a bit, but I'm sort ...
0
votes
1answer
34 views
Any way to make image (gd lib) show only on specific page only?
I'm trying to figure out the logistics for a new site that I'm creating, and one of the main issues is to get verification working correctly. One of the verification methods i'd like to incorporate is ...
0
votes
0answers
17 views
How to write a variable length string on an image in justified align manner with the help of PHP Gd library
Problem is to write variable length string on an image in justified align manner. i am using wordwrap function (with '\n' delimiter)but it is not giving good results.as it does not adjust spaces with ...
0
votes
3answers
66 views
displaying a dynamic octagon using PHP
Hello Stackoverflow community,
for a little game I need to display an octagon (Like this one)
The shape adapts itself to certain values I get from the database. My Problem is, I have absolutely no ...
0
votes
1answer
113 views
gd library - font size?
I am creating a captcha image (please do not suggest premade ones).
It gives you the ability to call
$captcha = new captcha();
$captcha->size(30)->getImage();
which sets the font size to 30 ...
0
votes
2answers
252 views
Is there a way to output html div to an image using php?
I have a div on my page which I want to output to a jpeg file. Is this possible using PHP?
I know there's the GD library for creating images in PHP but I'm not sure if it can do what I want. Because ...
0
votes
2answers
43 views
Help to add error checking to this function
I need to add some error checking to this function to make sure that the imagegif() and imagecolorset() functions are successful. The usual cause for failure is a permissions issue where the spot2.gif ...
0
votes
2answers
416 views
OpenSource Script To Crop, Resize, Thumbnail, Convert Images
I want to have a section where people after uploading their profile information can draw a square around the part that they want from the picture to be the thumbnail and all that. I'm wondering if ...
0
votes
1answer
255 views
Problem cropping an image to a perfect square with GD library
I use a class that automatically crops an image as a square based on some options. The problem is that when the image is of a certain width and height, the image is cropped but a 1px column of black ...
0
votes
1answer
48 views
When dealing with GD Library unwantedly altering colors
I'm merging multiple small images into a rectangular mosaic..
When dealing with a small number of source images it turns out fine: grab.by/2Y4W (sorry, I'm new and am not allowed to post multiple ...
0
votes
1answer
1k views
Problem with imagecreatefrompng (PHP)
in one of my PHP projects, imagecreatefrompng complains, that the image "is not a valid PNG file".
Warning: imagecreatefrompng() [function.imagecreatefrompng]:
'/.../...png' is not a valid PNG file ...
0
votes
2answers
636 views
How to use/link gdLibrary (libgd) with MS Visual C++ (e.g. 2008 Express Edition)? Getting LNK2019 errors
I have to use the gdLibrary (http://www.libgd.org) in a C++ App on MS Windows XP Prof. SP3 32bit - and I'm trying and googleing for two days now without success. Does anyone of you use libgd with MS ...