flovilmart / parse-anywhere

A local parse environment
103 stars 17 forks source link

Can't find Parse-Image Module #3

Closed parkej60 closed 10 years ago

parkej60 commented 10 years ago

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?

flovilmart commented 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.

flovilmart commented 10 years ago

It looks like it's implemented over NativeImage with native code as I can see from Cloud Code inspection,

flovilmart commented 10 years ago

It looks it'd be possible to wrap it around node-crp and node-rsz

parkej60 commented 10 years ago

Sorry, I'm not really a expert node.js guy. Just getting going on the express stuff with Parse.

flovilmart commented 10 years ago

Im working on it, that should be ready before night fall :)

parkej60 commented 10 years ago

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

lchenay commented 10 years ago

Nice @flovilmart Thanks.

flovilmart commented 10 years ago

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?

parkej60 commented 10 years ago

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.

flovilmart commented 10 years ago

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

flovilmart commented 10 years ago

I've added support to parse-image to the latest version, tested on OS X