[PHP] Possible to check quality / compression of a JPEG ?

2003-03-26 Thread Juan Antonio Ruiz Zwollo
Hello: Is it possible with PHP to check at what quality/compression a JPEG file has been saved? I.e. I have dummy.jpg that I got from somewhere else and I want to know with what quality it was saved. The second Note of the User Contributed Notes on the PHP manual regarding the function imagejpeg

RE: [PHP] Possible to check quality / compression of a JPEG ?

2003-03-26 Thread daniel
would exif work ? or maybe the binary jhead would work, it gets information out fo jpeg files , but they maybe have to be generated only from digital cameras i dont know. = Original Message From Juan Antonio Ruiz Zwollo [EMAIL PROTECTED] = Hello: Is it possible with PHP to check at