jimp-dev / jimp-dev/jimp

name too long open base64 image

Open
#751 3 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

# Expected Behavior
jimp can read image url

# Current Behavior
jimp can't read image url

# Failure Information (for bugs)
name too long open 'data:image/jpeg;base64,...'

## Steps to Reproduce

```
Jimg.read(this.orignSrc).then(image => {
image.color([{apply: val, params: [100]}]).getBase64(Jimg.AUTO, (err, src) => {
this.doingImg.src = src;
});
});
```
then I got 'name too long, open "data:image/jpeg;base64,..."'
this.orignSrc is a base64 image

**Screenshots**

![image](https://user-images.githubusercontent.com/15046133/59561104-85506c80-904e-11e9-8bbf-d2f9aa8e596f.png)

## Context

sorry, none
- Jimp Version: 0.6.4
- Operating System: macOS 10.13.6
- Node version: v10.15.0

## Failure Logs

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.