0.1.3 • Published 8 years ago
electron-cimage v0.1.3
cimage
Depend on Electron
Add convertion image files to/from canvas supported types.
imageFromFile(src, callback_img)
Load image file to memory for canvas manipulation.
canvasToBuffer(canvas, format, quality)
Extract and encode image from html-Canvas to nodejs-Buffer.
canvasToFile(canvas, dest, format, quality, callback_err)
Encode and save canvas image to file.