pixelize_pair
Creates flicker-free pixel art animation by applying a shared color palette to two frames of the same character.
Instructions
2프레임 애니를 공통 스케일·공유 OKLab k-means 팔레트로 도트화(깜빡임 방지).
Args: frame0: 첫 프레임 경로. frame1: 둘째 프레임 경로(같은 캐릭터, 다른 포즈). dst0: 첫 프레임 출력 경로. dst1: 둘째 프레임 출력 경로. target_height: 도트 높이(px). colors: 공유 팔레트 색 수. outline: 아웃라인 추가 여부. outline_style: "selout" 또는 "solid". indexed: 인덱스 컬러 PNG 로 저장.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst0 | Yes | ||
| dst1 | Yes | ||
| colors | No | ||
| frame0 | Yes | ||
| frame1 | Yes | ||
| indexed | No | ||
| outline | No | ||
| outline_style | No | selout | |
| target_height | No |