jimp-dev / jimp-dev/jimp

Image color changed after resizing

Open
#787 0 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
TypeScript
Stars
14.7k
Forks
777
PR merge metrics
No merged PRs in 30d

Description

## Steps to Reproduce
const Jimp = require('jimp')

async function main() {
const image = await Jimp.read(
'https://awsstage-test.s3.amazonaws.com/26836/1568007235421.jpg',
)
image.quality(60).scale(0.4).write('scale1.png')
}

main()

**Screenshots**
Before Resize
![Inspection Quote 4-01](https://user-images.githubusercontent.com/26304841/64506936-f2466c00-d2f6-11e9-8ace-decd04b99ad3.jpg)

After Resize
![scale1](https://user-images.githubusercontent.com/26304841/64506976-0db17700-d2f7-11e9-95b6-2c32ef86dea3.png)

## Context

- Jimp Version: 0.6.0
- Operating System: Linux 18.04
- Node version: 10.15.1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.