UNPKG

pw-guild-icon-parser

Version:

Parser for Perfect World guild icon lists - converts PNG icons to DDS atlas format with DXT5 compression

8 lines 225 B
import { DDSHeader } from '../types.js'; export declare function readDDS(ddsPath: string): Promise<{ header: DDSHeader; width: number; height: number; rgbaData: Buffer; }>; //# sourceMappingURL=reader.d.ts.map