ptouch-rs 0.2.0

Print images on Brother P-Touch label makers
Documentation
1
2
3
4
5
6
7
8
9
[![LICENSE](https://img.shields.io/badge/license-GPL3-green.svg)](LICENSE)
[![docs.rs](https://img.shields.io/docsrs/ptouch-rs)](https://docs.rs/ptouch-rs/latest/ptouch_rs)
[![Crates.io Version](https://img.shields.io/crates/v/ptouch-rs)](https://crates.io/crates/ptouch-rs)

# ptouch-rs

This is a Rust library heavily based on the amazing work done by the [ptouch-print](https://dominic.familie-radermacher.ch/projekte/ptouch-print/) cli program.

It allows you to print images from compatible label makers using a library, instead of shelling out to a command line, and supports all image formats that the [image](https://crates.io/crates/image) crate does.