gd2 Questions
9
Solved
I'm working on a web project that involves a dynamically generated map of the US coloring different states based on a set of data.
This SVG file gives me a good blank map of the US and is very ea...
Anchovy asked 26/1, 2011 at 19:42
3
I don't understand how to install gd2 library with Docker on linux mint.
This is my docker-compose file
version: '3'
services:
web:
build: ./web
environment:
- APACHE_RUN_USER=#1000
volumes...
3
I have a function to make thumbnail of a url image on fly!
I always pass to this functions images with type jpg, but the problem appears when I pass an image with ".jpg" extension. but when i try t...
Quatrefoil asked 14/3, 2012 at 17:45
2
Solved
I need to resize my images according to width only , not height :(
since i am using ** $config['maintain_ratio'] = TRUE;**
, codeigniter solves it automatically (thats the problem) sometimes i get...
Rudie asked 25/3, 2014 at 15:21
7
Solved
I have a client who is seriously unhappy with the way their product thumbnails are rendering on Magento.
The dodgy appearance is noticeable on two accounts:
there is a dirty white background whi...
Herringbone asked 5/12, 2011 at 11:34
3
Solved
I have developed a photo sharing community site using CodeIgniter 1.7. Photos that are uploaded by members are automatically resized in a number of formats, for which I use the CodeIgniter Image Ma...
Juarez asked 24/4, 2011 at 20:25
3
Solved
Does the GD2 extension come with PHP by default? If yes, since what version does it happen? Is it enabled by default?
thanks (:
1
Solved
I'm trying to install pixelpost on an Apache server on windows. The installer is failing because:
Pixelpost will not run if your PHP
installation is not compiled with the
GD graphics library.
...
2
Solved
Reading the documentation for imagegd2(), and imagegd(), I noticed the functions are described, respectively as:
Output GD2 image to browser or file
Output GD image to browser or file
What are ...
2
Solved
I have an application that allows users to upload images. The test case I use is a jpeg of 1.6MB with dimensions 3872 x 2592px. The upload script in the back-end will resize the uploaded image into...
Bohannon asked 30/12, 2009 at 16:37
1
© 2022 - 2024 — McMap. All rights reserved.