Skip to content

iStanHua/node-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gif

extracting the frame image of gif and composite gif

const Gif = require('./index')

const gif = new Gif({
  input: './images/frame-?.png',
  output: './images/frame.gif',
  width: 440,
  height: 231
})

gif.encode().then(() => {
  console.log('合成Gif成功')
}).catch(err => {
  console.log(err)
})

About

extracting the frame image of gif and composite gif

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published