breakingbughelp wanted
Metriche repository
- Star
- (13.218 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Expected Behavior
Color the Image Background to specified color
Current Behavior
Image Background doesn't change color
Failure Information (for bugs)
No Error
Steps to Reproduce
- Read Image
- Set Background color
- Write to File
return Jimp.read('app/background.png')
.then(image => {
image.background(0x0012faff);
})
.then(image => {
return image.writeAsync(`app/new-${(new Date()/1000)}.png`);
})
Context
- Jimp Version: 0.6.0
- Operating System: Mac Mojave
- Node version: 7.0.0