ptex

Procedural texture mapping system for 3D graphics rendering

brewmacoslinux
Try with needOr install directly
Source

About

Texture mapping system

Commands

ptex

Examples

Convert an image to Ptex texture format$ ptex -o output.ptx input.jpg
Query information about a Ptex file$ ptex -i texture.ptx
Resize a Ptex texture to different resolution$ ptex -s 2048 input.ptx -o output.ptx