krepe-suZette / pyetc

ETC decoder for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

etcpy

Decoding ETC1 image data to RGBA string for Python

Install

pip install .

Usage

import cv2
import pyetc

res = pyetc.decode_etc1(rawdata, width, height)

Original source

etc.h, etc.py : Ishotihadus/mikunyan

About

ETC decoder for python

License:MIT License


Languages

Language:C 98.0%Language:Python 2.0%