1.

How Can We Get The Properties (size, Type, Width, Height) Of An Image Using Php Image Functions?

Answer»

To know the image size USE getimagesize() FUNCTION
To know the image width use imagesx() function
To know the image HEIGHT use imagesy() function

To know the image size use getimagesize() function
To know the image width use imagesx() function
To know the image height use imagesy() function



Discussion

No Comment Found