batch_pixelize
Apply uniform pixelization to all images in a folder with consistent settings. Optionally enforce a shared locked palette to maintain color uniformity across character sets.
Instructions
폴더 전체를 동일 설정으로 픽셀화(아트 일관성 일괄 적용).
palette 에 잠긴 팔레트(.gpl/.hex/builtin)를 주면 캐릭터셋 전체가 정확히 같은 색을 공유한다 — 스튜디오 에셋 일관성의 정석.
Args: src_dir: 입력 폴더. dst_dir: 출력 폴더(자동 생성). pattern: 파일 글롭 패턴. target_height: 도트 높이(px). colors: 팔레트 색 수(palette 미지정 시). outline: 아웃라인 추가 여부. palette: 잠긴 공통 팔레트(builtin 이름 또는 .gpl/.hex 경로). indexed: 인덱스 컬러 PNG 로 저장.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| colors | No | ||
| dst_dir | Yes | ||
| indexed | No | ||
| outline | No | ||
| palette | No | ||
| pattern | No | *.png | |
| src_dir | Yes | ||
| target_height | No |