dwgoon / jpegio

A python package for accessing the internal variables of JPEG file format such as DCT coefficients and quantization tables
Apache License 2.0
73 stars 18 forks source link

Fixing issues #27

Closed detrin closed 1 year ago

detrin commented 1 year ago
  1. Fixing Cython==3.0.0 release compatibility
  2. Fixing the Cython dependency needed for build
  3. Removing explicit dependency on multiple architectures
  4. Fixing tests
dwgoon commented 1 year ago

@detrin It looks great. Thanks!