-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some time ago I made a script that takes some text and returns it as an image, and worked flawlessly. But I'm not sure since when a weird bug started to happen. The letters that have a (my apologies to the font geeks) "glyph" on the left get pushed to the right so the letter starts on it, but leaves…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
what is gd image and gd2 images? what are the difference between them?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to allow for scaling a user uploaded logo to different sizes for different formats, are there any libraries (included or extra) that allow for the procesing of EPS files or high res artwork for this purpose?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I am making use of GD2 and the image functions to take in a string and then convert that into an image using different fonts at different sizes. The function I use is below.
Currently, its pretty quick but not quick enough. The function gets called about 20 times per user and the images…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have image upload form, user attaches aimage file, and selects image size to resize the uploaded image file(200kb, 500kb, 1mb, 5mb, Original). Then my script needs to resize image file size based on user's optional size, but im not sure how to implement this feature,
For example, user uploads…
>>> More