jimp icon indicating copy to clipboard operation
jimp copied to clipboard

An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.

Results 185 jimp issues
Sort by recently updated
recently updated
newest added

# Expected Behavior I hope tha using measureText(font, text) function it returns the width of text in pixels # Current Behavior But i got this error message: "error": { "message":...

Using jimp's quality method does not give a expected linear result. After passing the quality percentage above the range of 60-65, the image quality increases. ```js const buffer = *...

# Expected Behavior Image should preserve the original portrait orientation. # Current Behavior Code: ```javascript const image = await jimp.read(buffer); const processed = await image.getBufferAsync(jimp.MIME_JPEG); ``` Will change the orientation...

help wanted
bug

Folks, When I created Jimp in 2014, I didn't expect it to become such an important part of so many projects. Over the last few months, there have been so...

help wanted

![meme1](https://user-images.githubusercontent.com/82255308/197932240-af7b3ac7-3aef-4c00-9e4d-4e8cf24db6d9.jpeg) Here I am using jimp, I want to ask, Is there a solution when the text has reached the photo limit then the text automatically creates a new line...

# What's Changing and Why Fix sample code in readme. Previously raised in #921 ## What else might be affected ## Tasks - [ ] Add tests - [ ]...

# Expected Behavior `rotate(90)` should have resulting `width===oldHeight` and `height===oldWidth` # Current Behavior `rotate(90)` provides a rotated image with incorrect dimensions. Code for the plugin indeed shows it does things...

# What's Changing and Why In the document it says that image rotate is clockwise and it should be! But the fact is the rotate method is anti-clockwise, So this...

# Expected Behavior When the image is rotated, the image is identical to the original # Current Behavior A black border (1px) is added # Failure Information (for bugs) ##...

bug

# Expected Behavior `writeAsync()` to save thumbnailImage to a file at newPath. should mention it only fails for my GIF file, not PNG # Current Behavior crashes when running the...