Closed parkej60 closed 10 years ago
Hi @parkej60, I haven't ported parse-image module yet, feel free to make the port/rewrite it and I'll be able to integrate it in the base code.
It looks like it's implemented over NativeImage with native code as I can see from Cloud Code inspection,
It looks it'd be possible to wrap it around node-crp and node-rsz
Sorry, I'm not really a expert node.js guy. Just getting going on the express stuff with Parse.
Im working on it, that should be ready before night fall :)
Wow, awesome.
On Thu, May 22, 2014 at 3:17 PM, Florent Vilmart notifications@github.comwrote:
Im working on it, that should be ready before night fall :)
— Reply to this email directly or view it on GitHubhttps://github.com/flovilmart/parse-env/issues/3#issuecomment-43938702 .
-Jameson Parker http://www.jwportfolios.com
Nice @flovilmart Thanks.
So I have a first draft that relies on node-canvas, that is kinda a pain in the ass to install. Please tell me if installing node canvas works for you, and I'll update the main repo.
The setFormat don't work yet, all is PNG so far is that a major problem for you?
I’m not really relying on any of this right now so nothing is a major problem. Probably won’t get back to testing this stuff for awhile since some other client work has popped up.
On May 22, 2014, at 4:21 PM, Florent Vilmart notifications@github.com wrote:
So I have a first draft that relies on node-canvas, that is kinda a pain in the ass to install. Please tell me if installing node canvas works for you, and I'll update the main repo.
The setFormat don't work yet, all is PNG so far is that a major problem for you?
— Reply to this email directly or view it on GitHub.
Ok, i'll be still looking for a full implémentation in the next days.— Sent from Mailbox
On Thu, May 22, 2014 at 5:41 PM, James Parker notifications@github.com wrote:
I’m not really relying on any of this right now so nothing is a major problem. Probably won’t get back to testing this stuff for awhile since some other client work has popped up. On May 22, 2014, at 4:21 PM, Florent Vilmart notifications@github.com wrote:
So I have a first draft that relies on node-canvas, that is kinda a pain in the ass to install. Please tell me if installing node canvas works for you, and I'll update the main repo.
The setFormat don't work yet, all is PNG so far is that a major problem for you?
— Reply to this email directly or view it on GitHub.
Reply to this email directly or view it on GitHub: https://github.com/flovilmart/parse-env/issues/3#issuecomment-43947640
I've added support to parse-image to the latest version, tested on OS X
Error: Cannot find module 'parse-image' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17)
Any ideas on how to resolve this?