subtleGradient / node-photoshop

Control Adobe Photoshop and After Effects from Node.js -- NOT MAINTAINED
175 stars 28 forks source link

Windows Version (?) #7

Open kardolus opened 8 years ago

kardolus commented 8 years ago

First of all, thank you so much for node-photoshop.

Have been playing around with it on Mac OSX and it works fantastic.

Yesterday, I wanted to install node-photoshop on a Windows Server and ran into some compatibility issues.

Do you think your version is portable to Windows? I can give it a try if you think it can be done. Tips?

Thanks!

Guillermo

subtleGradient commented 8 years ago

The ExtendScript code is probably portable to Windows. But the communication between node.js and Adobe apps on the Mac currently relies on AppleScript (the horror!) to get the initial communication going. It would take some work to come up with a way to do that part on Windows, but I'm sure it's technically possible.

Unfortunately I'm still stuck on Mac OS X for the foreseeable future. I want to switch to Windows 10 for much of my work, but that's not happening yet because of reasons

nvcken commented 8 years ago

@subtleGradient un-relative question, just curiously , why you want to switch to Windows 10, does Win 10 make doing stuff like node-photoshop more advantages ?

kardolus commented 8 years ago

I want to run photoshop on a server to pre process tens of thousands of photos a day. Doing that now on a smaller scale (still server side), but with kind of a hack. The node.js solution seems much more scalable.

On Tue, May 10, 2016 at 12:29 AM nvcken notifications@github.com wrote:

@subtleGradient https://github.com/subtleGradient un-relative question, just curiously , why you want to switch to Windows 10, does Win 10 make doing stuff like node-photoshop more advantages ?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/subtleGradient/node-photoshop/issues/7#issuecomment-218079782

subtleGradient commented 8 years ago

I'd like to move to Windows 10 because it works so well on tablets and laptops and gaming PCs and stuff. It would be especially good for Photoshop since you can get cheap devices with Wacom pen screens. The iPad doesn't have Pro software and PC games and then you need a completely separate device that costs way more than a decent Windows convertible tablet.

Windows is finally good enough On Tue, May 10, 2016 at 9:41 AM Guillermo Kardolus notifications@github.com wrote:

I want to run photoshop on a server to pre process tens of thousands of photos a day. Doing that now on a smaller scale (still server side), but with kind of a hack. The node.js solution seems much more scalable.

On Tue, May 10, 2016 at 12:29 AM nvcken notifications@github.com wrote:

@subtleGradient https://github.com/subtleGradient un-relative question, just curiously , why you want to switch to Windows 10, does Win 10 make doing stuff like node-photoshop more advantages ?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub < https://github.com/subtleGradient/node-photoshop/issues/7#issuecomment-218079782

— You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub https://github.com/subtleGradient/node-photoshop/issues/7#issuecomment-218160342

pairbear commented 7 years ago

@subtleGradient Based on the commit history, i'm assuming there isn't really support for windows yet, but do you think you'll add that at some point in time?

subtleGradient commented 7 years ago

Unfortunately I don't have any plans for it. But if you check out the Facebook Keyframes project, it includes the core bits of a completely new rewrite that does have some Windows support. But I can't help right now. Sorry

On Tue, Oct 10, 2017, 11:54 AM michaelpair95 notifications@github.com wrote:

@subtleGradient https://github.com/subtlegradient Based on the commit history, i'm assuming there isn't really support for windows yet, but do you think you'll add that at some point in time?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/subtleGradient/node-photoshop/issues/7#issuecomment-335519856, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAQFTeMULOXUwOpS4zfWOMeaQ-B3Xhvks5sq5MagaJpZM4Honc1 .

pairbear commented 7 years ago

@subtleGradient I'll definitely check out the keyframes project. And no worries, I appreciate the response 👍 😄