foliojs / pdfkit

A JavaScript PDF generation library for Node and the browser
http://pdfkit.org/
MIT License
9.84k stars 1.15k forks source link

Transparent images will have gray edges #1510

Open theclimb89 opened 6 months ago

theclimb89 commented 6 months ago

Bug Report

if an image is transparent, then edge will show gray

Description of the problem

1、The original picture looks like this: 15

2、the output pdf is this:

企业微信20240327-154142@2x

Code sample

doc .image(img_list[1], 200, 200);

Your environment