Skip to content

Instantly share code, notes, and snippets.

@mieki256
mieki256 / gpl2aco.py
Created July 8, 2021 17:00
Convert GIMP palette (.gpl) to Photoshop color swatch (.aco)
#!python
# -*- mode: python; Encoding: utf-8; coding: utf-8 -*-
# Last updated: <2021/07/08 04:18:55 +0900>
"""
Convert GIMP palette (.gpl) to Photoshop color swatch (.aco).
usage: python gpl2aco.py GPL_FILE ACO_FILE
Windows10 x64 20H2 + Python 3.9.5 64bit
"""