Answer the question
In order to leave comments, you need to log in
Is it possible to create GIF from GIF + PNG/JPG on Node.JS?
Hello everyone, I recently wondered if it was possible to somehow make a processed gif from gif and png / jpg on Node.js. By "processed" I mean creating a picture of the user's rank (below is an example of what is, as well as an example of what should be the output).
As an example on Node.js, I think many people know such modules as canvas, or jimp, but alas, they only work with png / jpg files (although I do not deny that I could suddenly not know something about them).
I searched the Internet for an option and could not find anything.
Examples of pictures:
What should come out at the output (yes, yes, the background is slightly different above, because I didn’t save it and made it similar):
Answer the question
In order to leave comments, you need to log in
for these purposes there are console programs and the corresponding npm module for them
:
www.graphicsmagick.org
https://imagemagick.org/index.php
npm module
https://www.npmjs.com/package/gm
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question