tev_client
This Rust crate implements a IPC TCP client for tev.
Supports all existing commands:
OpenImageopen an existing image given the pathReloadImagereload an image from diskCloseImageclose an opened imageCreateImagecreate a new black image with given size and channelsUpdateImageupdate part of the pixels of an opened image
Example code:
use Command;
use ;