pel icon indicating copy to clipboard operation
pel copied to clipboard

lsolesen\pel\PelIllegalFormatException: Unknown format: 0x0

Open au-lait77 opened this issue 2 years ago • 0 comments

` $data = new PelDataWindow(file_get_contents($tmpAttachFile));

                    if (PelJpeg::isValid($data))
                    {
                        $jpeg = $file = new PelJpeg();
                        $jpeg->load($data);`  <---- ERROR

I have an image here that has Exif data and when I check if it has EXIF data I get the above error. Unfortunately I cannot pass on the image as I am not the creator.

screen_1685456513

au-lait77 avatar May 30 '23 14:05 au-lait77