0
votes
2answers
18 views
Should I use ImageMagick or GD2 with ImageAPI in drupal?
Why? What are the pros and cons of each?
0
votes
2answers
60 views
Crop whitespace from image in PHP
Is it possible to remove the whitespace surrounding an image in PHP?
NOTE: to clarify I mean something like photoshops trim feature.
Thanks.
0
votes
5answers
31 views
Image size reduction in PHP
In cases such as this error:
Fatal error: Out of memory (allocated
31981568) (tried to allocate 3264
bytes)
Can I use the GD lib to reduce its file size first before gett …
-2
votes
2answers
67 views
Save DIV content as image
hi
i have a div that shows some content (several images, text, floating elements, etc) and i would like to add the posibility to user do something like "Save this content as image …
0
votes
3answers
42 views
Possible to use PHP GD’s imagecreatefromgif() and imagettftext() together?
Basically I am looking for a way to write dynamic text on top of a GIF [preferably via PHP GD.] But I can't seem to get these two functions to play nice.
For reference: imagecreat …
1
vote
2answers
48 views
Is there a simple image processing library for Java similar to ImageMagick?
I am aware that Java includes very advanced image processing API's but what I'm looking for is a pure Java API (uses Java2D) that is "phrased" in terms more appropriate to common t …
2
votes
1answer
27 views
Detect predominant shade of image with PHP
Hi all,
I've used GD before, but only ever for resizing/generating images on the fly - though I'm pretty positive it has the capabilities to do what I'm after.
As simply as possi …
0
votes
1answer
23 views
With PHP/GD, how do I trim an image?
I want to mimic the trim behavior of Photoshop (crop the area that is covered by the same color on all sides) with GD and PHP but I'm lacking ideas on how to accomplish this.
If s …
0
votes
3answers
77 views
PHP - Bug in polygon GD library?
Hi guys,
I have run into some trouble with the gd library's imagefilledpolygon().
For some reason some of my lines were ending up 1px out of place so I decided to debug it using …
0
votes
4answers
46 views
Best Image type for GD?
I am using the GD Library to add text to the PNG Image of a Form, that i am using to create a pdf. My Tests show that using PNG, dosnt put to much of strain on the server just doin …
1
vote
4answers
61 views
How to install GD library with Stawberry Perl
I am attempting to install the GD library using Strawberry perl and GnuWin32. However, when I enter "install GD" in the CPAN shell, the following message appears:
'gdlib-config' i …
0
votes
2answers
13 views
problem building GD on Ubuntu ‘Jaunty’
I'm having trouble building gdlib. As far as I can tell, zlib, png and all the rest are installed in either /lib or /usr/lib. It does not seem to matter whether I use --prefix or o …
1
vote
2answers
122 views
PHP - Replace colour within image
I hope someone can help,
I have made a script that masks images... however it is reliant on a colour to mask with ( 'green screen' style). The trouble is if the image that I am ma …
0
votes
3answers
101 views
Convert Bitmap Files into JPEG using the GD library in PHP
I have been trying to figure out a way to convert bitmap files into a JPEG using the GD library in PHP.
I have tried numerous implementations but nothing seems to work. I have tr …
2
votes
1answer
99 views
PIL vs Python-GD for crop and resize
Dear Stackoverflow'ers,
I am creating custom images that I later convert to an image pyramid for Seadragon AJAX. The images and image pyramid are created using PIL. It currently …
