meltingice / psd.js

A Photoshop PSD file parser for NodeJS and browsers
MIT License
2.74k stars 390 forks source link

Clr There are spaces in this #89

Open sowdf opened 7 years ago

sowdf commented 7 years ago

output: { class: { name: '', id: 'null' }, 'Clr ': { class: { name: '', id: 'RGBC' }, 'Rd ': 122.30150654911995, 'Grn ': 204.45926159620285, 'Bl ': 199.90488678216934 } } There are spaces in this

joliejuke-orga commented 7 years ago

Yep unfortunately :'(

meltingice commented 7 years ago
    That is the raw output from Photoshop. There is a space because it's 4 bytes. Beyond me why they didn't pick another character lol

    --

Ryan LeFevre (@meltingice) Sr. Software Engineer HODINKEE

On Tue, May 9, 2017 at 6:50 AM -0400, "joliejuke" notifications@github.com wrote:

Yep unfortunately :'(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

joliejuke-orga commented 7 years ago

Hi @meltingice , is the project still maintained? Best regards.

meltingice commented 7 years ago

I haven't updated it in awhile, obviously. PSD.rb is still the more feature complete version of the PSD libraries, but I hope to bring psd.js up to speed in the near future.

joliejuke-orga commented 7 years ago

@meltingice I've used Psd.js a lot, and I have noticed some issues and also features that can really help. I would like to contribute to that project but I'm totally unconfortable with the CoffeeScript syntax atm (I should learn it before).

meltingice commented 7 years ago

I'll be honest, I would love to convert the project back to normal Javascript. I haven't used coffeescript in a long time. Might be a good starting point for me to start working on it again.

joliejuke-orga commented 7 years ago

Could be really nice, I think less people can contribute to this project using coffeescript.

fabulousduck commented 7 years ago

As an update to this. The actual rewrite to vanilla JS has been started by @meltingice on the branch vanilla_js.