1.

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

Answer»

To KNOW the IMAGE type use exif_imagetype ()
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 t

To know the Image type use exif_imagetype ()
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 t



Discussion

No Comment Found