Open
Description
Expected Behavior
When performing read (see code below) on the attached JPG file, the call to read should be successful and the image
object should contain the image data.
const image = await Jimp.read('C:\\path\\to\\folder.jpg');
Current Behavior
When performing read (see code below) on the attached JPG file, an error "Marker was not found" is raised.
const image = await Jimp.read('C:\\path\\to\\folder.jpg');
Failure Information (for bugs)
The file opens fine in image viewers. Tried, successfully with the following:
- Irfanview
- Gimp
- Paint.net
- Windows 11 paint
- Windows 11 Photos
Steps to Reproduce
- Jimp Version: 1.6.0
- Operating System: Windows 11
- Node version: 20.17.0
Failure Logs
The image:
Metadata
Metadata
Assignees
Labels
No labels