I know this is a stupid question but has anyone have a luck to manipulate a base64string on Node Server side without OS dependencies of Cairo, canvas, and in-memory graphic? I'm building a Node app on Server side that requires to draw a blur box on an original base64string as an input, the output will be a new base64 string. I know that this can be done on client with HTML5's canvas 2dContext with 3 lines of code fillRect, and fillStyle, and it can be done on iOS cocoa/swift with CGContextFillRect, CGRectMake(x,y,w,h) Any help is very appreciated.
-- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/fe2a6e61-1509-472b-92e2-99ac2e65df1e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
