jimp-dev/jimp

Image color changed after resizing

Open

#787 aberto em 9 de set. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (785 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (13.218 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

After Resize scale1

Context

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

Guia do colaborador