Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Gimp is a node package to communicate easily with gimp. It's under development.
Note that due to package transfer, gimp will start from version 1.x for development version and 2.x for stable version.
var gimp = new Gimp('/usr/bin/gimp');
gimp.exec([
'image = pdb.gimp_file_load("user.jpg", "user.jpg")',
'pdb.gimp_image_scale(image, 1000, 500)',
// ...
]).then(function () {
console.log('done');
});
Next will be wrapper like gimpImage.resize(1000, 500) but the idea is to create an universal interface like exists in others languages (like PHP) to choose image manipulation library (gimp, imagemagick, gd, native) without changing user code. It's under reflection. A first wrapper with resize, getSize, write exists and works ;)
FAQs
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
The npm package gimp receives a total of 11 weekly downloads. As such, gimp popularity was classified as not popular.
We found that gimp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.