Questions tagged [gd2]

GD2 as well as GD are open source code libraries for the dynamic creation of images by programmers. GD2 is the improved version of GD and a widely used standard. For example, GD2 in included in PHP 5.

GD2 as well as are code libraries for the dynamic creation of images by programmers. GD2 is the improved version of and a widely used standard. For example, GD2 in included in .

Useful Links:

109 questions
-1
votes
1 answer

imagecopyresampled in php -> destination file

i'm using jCrop and CodeIgniter, trying to make an image uploader. So i have my image folder and inside a temp folder. I make the upload to my temp folder and then display the uploaded image with the cropper. When i submit the form, i go to my php…
André Alçada Padez
  • 10,987
  • 24
  • 67
  • 120
-1
votes
2 answers

ImageMagick or GD Library for image resizing and thumbnail creation?

I had been using the image resize class written by someone else to resize images or to create the thumbnails, here is the link to the class I had been using. http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php I guess image GD…
Ibrahim Azhar Armar
  • 25,288
  • 35
  • 131
  • 207
-1
votes
1 answer

GD2 calling a function after form submit

The code below executes fine on its own, but when I wrap it with form element statements I get the error "call to undefined function flip in flipit.php line 11, 14 or 17 (depending on the radio button I selected in the form). This will eventually be…
Kuya
  • 7,280
  • 4
  • 19
  • 31
-2
votes
2 answers

GD2 URL showing as an image

When I run this code I get the following error: The image "http://siteprevue.net/flipit.php" cannot be displayed because it contains errors. I'm thinking... of course it can't be displayed, it's a url not an image... duh?! Everything executes fine,…
Kuya
  • 7,280
  • 4
  • 19
  • 31
1 2 3 4 5 6 7
8