0.0.5 • Published 11 years ago

pixbuf-simple v0.0.5

Weekly downloads
26
License
-
Repository
github
Last release
11 years ago

Simple synchronous javascript interface to gdk-pixbuf 2.0

To build:

node-waf configure node-waf build

To try:

// Create a new pixbuf (has_alpha, width, height) var pb = new Pixbuf(false, 2, 2); // Set or get some pixels var upperLeftPixel = pb0; pb3 = {r: 0, g: 255, b: 0}; // Render pixbuf to image buffer var imageBuffer = pb.toImage('png',{compression: '9'});

Additional info:

For list of supported image formats and options please refer to gdk-pixbuf 2.0 documentation. Gdk-pixbuf has limited support of transparency.

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago