From 9ae1b36cb44557c1f6d14af218de4b37b06962a7 Mon Sep 17 00:00:00 2001 From: Andreas Molzer Date: Tue, 4 Jun 2019 20:10:01 +0200 Subject: [PATCH] Mention tiff encoder as in the summary --- _projects/image-tiff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_projects/image-tiff.md b/_projects/image-tiff.md index 98ea626..d60f7b4 100644 --- a/_projects/image-tiff.md +++ b/_projects/image-tiff.md @@ -10,5 +10,5 @@ docs: "https://docs.rs/tiff" docs_badge: "https://docs.rs/tiff/badge.svg" --- -A decoder for the `tiff` file format. It is also integrated into the `image` -crate to offer its benefit in a more general setting. +A decoder and encoder for the `tiff` file format. It is also integrated into +the `image` crate to offer its benefit in a more general setting.