swatch
swatch copied to clipboard
swatch is a parser for Adobe Swatch Exchange (ASE) Files
Results
2
swatch issues
Sort by
recently updated
recently updated
newest added
i was looking into some python to find existing code which can read ASE files. I found some readers for Gimp which use python, but looked to complicated to strip...
Seems like there's no error handling for when a file is not parsable. (It just crashes with `struct.error: unpack requires a buffer of 12 bytes`.) Probably would be more useful...