Hi to everybody. I want to ask you a question, is there a way to know if a JPEG image is interlaced or normal with PHP? That's all, i'm waiting your answers. Thanks in advance.
according to the manual:
int imageinterlace(int im, int [interlaced]);
the function returns the actual state of an image if the 2nd parameter is not given. the returned int is 1 for interlaced and 0 for not interlaced.