PNG to GIF using NodeJS
The NodeJS library for converting JPG, PNG, and GIF images to single and animated GIF files.
Try it Free SDK libraryThe NodeJS package for converting JPG, PNG, and GIF images to single and animated GIF files.
ConvertAPI provides a Node.js library that allows you to perform a PNG to GIF conversion with just a few lines of code.
First, install our convertapi
library from npm:
npm install convertapi --save
You can obtain your secret key by signing up for a free account. Once you sign up, you'll receive 250 free conversions instantly! Grab your authentication secret from the account dashboard, and authenticate the ConvertAPI Node.js library like this:
var convertapi = require('convertapi')('secret_or_token');
const convertapi = new ConvertAPI('secret_or_token');
Once you have your authentication in place, simply copy-paste this png to gif conversion code snippet into your Node.js project:
You can try out advanced conversion parameters and test the conversion result online using our interactive demo tool. This tool will produce the same conversion output as if you were using the library from your solution, and it will auto-generate the code snippet for you!
Try for FREE!Set output image resolution in dpi.
Scale the output image. If ScaleImage is False output document will be stripped to ImageHeight / ImageWidth, if ScalePage is True output document will be scaled to ImageHeight / ImageWidth.
Constrain proportions when scaling the output image.
Scaling only if the input image is larger than the output.
Image height in pixels.
Image width in pixels.
Specifies whether the image parser should use image interpolation. Enabling image interpolation will result in higher quality for scaled images at the expense of speed.
Read animation values AnimationIterations and AnimationDelay from GIF file. Only works if GIF file is added to file list.
Animation delay in milliseconds before playing the next image in an animated sequence.
Set the number of iterations to loop an animation. Zero is infinity.
We ensure that all document processing is handled securely in the cloud, adhering to industry-leading standards like ISO 27001, GDPR, and HIPAA. To enhance security even further, we can ensure that no files or data are stored on our servers and never leave your country.
Learn more about security