Tagged Questions
1
vote
1answer
1k views
Image resizing from a database with PHP
I currently have a script which will pull in image contents from a database and, using createimagefromstring(), returns a resized (resampled) image for display:
$max_width = 170;
// Get the image
...