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

Converted .BMP to .JPG has repeated edges #1264

Open
EhudKirsh opened this issue Oct 30, 2023 · 0 comments
Open

Converted .BMP to .JPG has repeated edges #1264

EhudKirsh opened this issue Oct 30, 2023 · 0 comments
Labels
bug there is a bug in the way jimp behaves

Comments

@EhudKirsh
Copy link

Expected Behavior

I want the output image to look EXACTLY like the input image, just a different extension type. I want to convert from .BMP to .JPG

Current Behavior

The right edge of the input is repeated at the left of the output, see images below

Failure Information (for bugs)

I believe it's a bug

Steps to Reproduce

const Jimp=require('jimp')
Jimp.read('input.bmp',(err,image)=>{image.write('output.jpg')})

Screenshots

Original .BMP input:
sodapdf-converted

Converted .JPG output:
sample_ 1920×1280

  • Jimp Version: latest
  • Operating System: Windows 10
  • Node version: 14
@hipstersmoothie hipstersmoothie added the bug there is a bug in the way jimp behaves label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug there is a bug in the way jimp behaves
Projects
None yet
Development

No branches or pull requests

2 participants