Skip to content

woofsauce/pyetc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Python 2.0%