-
Notifications
You must be signed in to change notification settings - Fork 8
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files do not work in illustrator #14
Comments
I have the same issue. I exported the |
Not really sure how to debug this error. But, if you have any ideas or other files, I’d be glad to test them |
In the meantime, I have confirmed these other libraries works in Adobe Illustrator and Adobe InDesign: |
I believe the code that writes to '.ASE' format is faulty:
Which should probably be:
This might not be the only issue with the '.ASE' writing code. |
One general strategy to test this would be to load a known-good .ASE file in anypalette.js and save it as .ASE and compare the files to see what's different. Of course this may be difficult since it's a binary format, and there may be many unimportant differences to address before any important difference is detected (depending on the complexity of the format). Not saying this would be the best way to go about it. Might be easier to compare across library code, since @jlarmstrongiv pointed to some working libraries. @peteroupc This strikes me as likely-equivalent code. It depends on the byte ordering, but the bit representation of 1 in Uint16 vs Uint32 is the same, right? Other than the number of 0 bits? |
Assuming
In fact, although GIMP supports the |
@peteroupc You're right. This does seem to be a difference in the output of the anypalette.js compared to the palette files I have. Does this new output work in Illustrator and InDesign? I confirmed it works in GIMP and that it crashes on the old output. |
Very odd the .ASE files work perfectly in Photoshop but not in Illustrator sadly. Is anyone else having this issue?
The text was updated successfully, but these errors were encountered: