cesar pachon
cesar pachon
hi! I am able to flatten pictures, like this: `convert img1.png img2.png img3.png -flatten out.png` with this js code: `gm().command("convert").in("img1.png").in("img2.png").in("img3.png").in("-flatten").toBuffer('PNG' ... ` but now I want to tint one of...
hi, if I do something like: ``` files: [ {expand: true, cwd: 'local/', src: ['myfile.htm'], dest: 'myfile.html'} ] ``` I got in the bucket a folder named "myfle.html" that contains...
hi, I noticed multiple corrupted files ("Bad Message" when trying to access them). I have my encrypted folder in Dropbox, so I read the issues here and I found related...
hi! I wonder if this runtime works only for C++, or, as the latest version of cocos support javascript through JSB, it may work without the need of a specific...
hi, looking for recommendations to implement background removal in pictures of faces. like for avatar icons in social networks. I expect to use this after face detection so mostly the...
hello, I just compiled and installed successfully libplist, libusbmuxd and libimobiledevice in a Ubuntu 20 system. I need some help understanding the next step in order to be able to...
hi, I saw you have a cpp runtime for cocos2dx, but as cocos now supports javascript through JSB, I wonder if the CPP runtime will work or it is needed...
I read the comments about problems seeing the plugin in the file menu, after upgrading gimp. I removed old version, installed latest version of plugin (v3.3.1), reset GIMP, but keeps...
hello, while trying to load a diff, I get this into the error message area: `Reading commit diff cli output failed: bufio.Scanner: token too long ` ubuntu 19.10 GRV version:...
hello, I am trying to add a missing symbol to the helvetiker_regular font used in three.js. I didn't found the original ttf file anywhere, neither by looking as "helvetiker" in...