Skip to content

Error: marker was not found #1345

Open
Open
@digimezzo

Description

@digimezzo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions