QUICK TAGS:aco导出 excel hex rgb ase文件 颜色录入 色板 颜色库

前言,突发奇想希望将ps色板文件录入notion

思路,aco-ase-数据文本-表格-notion

1,aco to ase

在ps中将aco导出为ase文件

Untitled

2,ase to xls

通过python将ase文件转换为json文件,再将json转换为xls,在我的github项目中已经编译为exe

Untitled

image.png

ase2xls_GUI.zip

https://github.com/pokipoi/ase2xls/releases/tag/v1

3,表格 to notion

Decoding adobe color files (*.ACO), need input about comprehending the syntax

相关讨论

https://github.com/m99coder/ase2json

https://github.com/attilaimre99/ASE2Json