4
votes
1answer
90 views

How to maintain standard quality of images uploaded by many users?

We're developing a site where individuals (store owners) will be able to take pictures and upload to the site. Our biggest concern is the variance in quality of pictures across the site. The options ...
-3
votes
1answer
77 views

imagepng is not working? [closed]

imagepng is not showing the image on browser. I don't know what is the problem in this code $image = imagecreatetruecolor(200, 400) or die("a"); $bg = imagecolorallocate($image, 255, 255, ...