Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: marker was not found #1345

Open
digimezzo opened this issue Sep 30, 2024 · 0 comments
Open

Error: marker was not found #1345

digimezzo opened this issue Sep 30, 2024 · 0 comments

Comments

@digimezzo
Copy link

digimezzo commented Sep 30, 2024

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:

folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant