Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

visible always true ? #11

Closed
ServOKio opened this issue Apr 26, 2022 · 4 comments 路 Fixed by #34
Closed

visible always true ? #11

ServOKio opened this issue Apr 26, 2022 · 4 comments 路 Fixed by #34

Comments

@ServOKio
Copy link

Hi 馃憢 I'm trying to get information from .psb about whether the layer is disabled or not, for some reason I always get true, is this normal?
2022-04-26_03-38
2022-04-26_03-39
or am I looking somewhere wrong ?

@ServOKio
Copy link
Author

ServOKio commented Apr 26, 2022

+ I am also getting this problem with psd
+ There are problems with extra spaces
2022-04-27_07-24
2022-04-27_07-39

@DavidHiggis
Copy link

This line
const visible = flags[7];
in eadLayerRecordsAndChannels.ts should be
const visible = flags.charAt(6);

Or should we use bitmask like cursor.read("u8")&2 ?
Not so familiar with js language.

@ServOKio
Copy link
Author

ServOKio commented Apr 27, 2022

new problem - I can't get the fill value
2022-04-27_22-51

In general..

With this library I can only get this
2022-04-27_22-57
instead this
2022-04-27_22-56

@stephenlacy
Copy link

#15 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants