Skip to content

ccptoebeans/imagetools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageTools

ImageTools is a Python extension and C++ image processing library used for loading, manipulating, and compressing image data.

Build

Initialize dependencies:

git submodule update --init --recursive

Configure and build with CMake:

cmake --preset x64-windows-release
cmake --build .cmake-build-x64-windows-release --config Release

On macOS, use one of the macOS presets, such as arm64-osx-release or x64-osx-release.

📄 License and Legal Notices

© 2026 CCP Games

This software is provided by CCP Games and does not include or distribute any third-party libraries or frameworks.

This software provides Python bindings for image processing and compression functionality.

Trademark Notice: CCP Games is a trademark of CCP ehf.

This project is licensed under the MIT License. Nothing in the MIT License grants any rights to CCP Games' trademarks or game content.

About

ImageTools is a Python extension and C++ image processing library used for loading, manipulating, and compressing image data.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 62.1%
  • CMake 32.2%
  • Python 5.4%
  • C 0.3%