i\'v been pulling my hair over this for a couple of hours now, i am working on an image cropping module for magento, it works fine on my localhost but when i upload the file online it doesn\'t work! g
I have a large image I want to resize while keep开发者_高级运维ing the proportions$blob = mysql_fetch_...();
The user posts image data in a hidden field. I send the form to a blank page. The actual image is created server-side with the GD library and then the user can download it. 开发者_StackOverflowSo far
this is the error message i get when I change the environment of an effective website: Warning: imagettftext() [function.imagettftext]: Could not find/open font
Haven\'t had many good experiences with GD::Graph when trying to plot larger data arrays. What i have is two arrays, one is 2mln float/integer values, the other - various length but less than 2 milli
I have this code for placing a transparent PNG image watermark on photos. It works fine as long as the watermark img is PNG-8 (but looks ugly with anti-aliased images). If I use PNG-24, the watermark
I am calling imagecopymerge($dst_r开发者_运维问答, $logo, 0, 0, 0, 0, $LogoX, $LogoY, 100); where $logo is a png file with transparent background. From some reason the background comes out white inste
I\'m experiencing some weirdness with PHP 5.3.3, i\'m trying to add a watermark to an image. $body = @imagecreatefromstring($image_data[\'body\']);
I am trying to resize an uploaded image. I am getting error Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg, libjpeg: recoverable error: Premature end of JPEG file in /home/rum
From the following sp开发者_开发技巧ecific viewpoints, is it necessary to upgrade from 5.2.3 >> 5.2.17 or not?