node-png
node-png copied to clipboard
flag for inverted alpha
trafficstars
The inverted alpha when using 'rgba' mode is not right. Maybe there should be a flag or some thing we could set through node that would revert it.
the problem line is at png_encode:78 . it looks like png_set_invert_alpha(png_ptr);
Agree with @m0ose why the alfa is inverted?