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

Every package in this monorepo specifies `@babel/runtime` as a `dependency`: https://github.com/oliver-moran/jimp/blob/53ff9d1266207f7f674233f465ec358274510511/packages/jimp/package.json#L60-L61 However, this is a redundant package that is never used in the production code. It should be moved to...

There is a bug in autocrop function ``` if (!ignoreSides.south) { south: for (var _y2 = h - 1; _y2 >= northPixelsToCrop + minPixelsPerSide; _y2--) { - for (var _x2...

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.2 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

issue-in-dependency

When using the getBase64Async function, a string like the following is returned `data:image/gif;base64,[object Promise]` Looking at the source at this link -> https://github.com/oliver-moran/jimp/blob/53ff9d1266207f7f674233f465ec358274510511/packages/core/src/index.js#L595 I'm guessing that the getBase64Async function is...

Bumps [file-type](https://github.com/sindresorhus/file-type) from 9.0.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

issue-in-dependency

**Is your feature request related to a problem? Please describe.** Current version of @jimp/jpeg has a dependency on a vulnerable version of jpeg-js, this is causing it to be flagged...

I'm trying to create a smart invert feature where given an image, if that image is bright it will invert it to make it dark and if its already dark...

# Expected Behavior Code in `jimp.min.js`. # Current Behavior The file contains only the preamble and `undefined`. # Failure Information (for bugs) See https://unpkg.com/[email protected]/browser/lib/jimp.min.js. The latest version with code in...

i splite a big.png to some small pngs like:s1.png s2.png. a json file give the image's argumes like this: "shape11001_11001.png": { "x": 1498, "y": 2, "w": 138, "h": 154, "offX":...

React app should display # Current Behavior App is compiled successfuly however the app does not display and the following error is logged to the console in the browser #...