Tagged Questions

1
vote
2answers
33 views

PHP images add txt

I am trying to get it to show text1 and text2 on the same image only Text1 is showing up $rImg = ImageCreateFromJPEG("test.jpg"); $cor = imagecolorallocate($rImg, 0, 0, 0); ima …
0
votes
2answers
21 views

GD PHP dynamic pie chart generation issue

I've created a dynamic pie chart with the GD extension using the image filled arc function. I pass to this script, via HTTP GET variables, up to 11 values. the first value, n, is …
1
vote
2answers
21 views

PHP gdLib 8-Bit PNG with alpha

Hi, how is it possible to save my image, created with gd, as an png-8? it saves as gif with transparent channel well - but I want to use png-8. Best Regards, Beerweasle
0
votes
2answers
20 views

New lines in a string with GD library

Is it possible? \n doesnt work, html doesnt work, nothing seems to work. I know I could just make a new string instead, but that is more effort than should be needed for this simpl …
2
votes
1answer
38 views

Any way to calculate the pixel length of a string?

I'm using the GD library for PHP, and using functions like imagestring() and imagestringup() to add text to pictures. I am using the built-in fonts with latin2 encoding. Is there …
1
vote
1answer
40 views

Using a transparent PNG as a clip mask

Is it possible to take this image: And apply this mask: And turn it into this: Using either GD or Imagick? I know it's possible to mask an image using shapes but I'm not s …
0
votes
2answers
18 views

[PHP] Dynamic GD image width text

I'm trying to spice up my website by using custom fonts for headings. For me, the most appropriate way to do this is using PHP and GD. I have written a little script which will out …
3
votes
3answers
58 views

PHP watermarking

i am using this code to create watermark. $image = '1.jpg'; $overlay = 'stamp.png'; $opacity = "20"; if (!file_exists($image)) { die("Image does not exist."); } // Set …
3
votes
3answers
36 views

Ready solution for manipulate images.

I'm searching for a class or function, to convert, add borders and text (using ttf fonts) to an uploaded image before the image is saved on the server. Do you know something?
-2
votes
2answers
100 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
2answers
69 views

Should I use ImageMagick or GD2 with ImageAPI in drupal?

Why? What are the pros and cons of each?
0
votes
0answers
39 views

PHP GD PNG - Transparent text is pretty rigid

I'm using a PHP script that I found a while back that lets you specify text in a GET variable and it will convert it to a transparent PNG. This allows me to use non web safe fonts …
0
votes
2answers
91 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
1answer
15 views

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and …
1
vote
2answers
64 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 …

1 2 3 4 5 10 next
15 30 50 per page