Skip to content

Commit f8112d7

Browse files
committed
fix doc
1 parent fee3bc8 commit f8112d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image-convert"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
rust-version = "1.70"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let mut output = ImageResource::from_path(target_image_path);
4646
to_png(&mut output, &input, &config).unwrap();
4747
```
4848

49-
Supported output formats are `BMP`, `JPG`, `PNG`, `GIF`, `WEBP`, `ICO`, `PGM` and `GrayRaw`.
49+
Supported output formats are `BMP`, `JPG`, `PNG`, `GIF`, `TIFF`, `WEBP`, `ICO`, `PGM` and `GrayRaw`.
5050

5151
## Crates.io
5252

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let mut output = ImageResource::from_path(target_image_path);
4444
to_png(&mut output, &input, &config).unwrap();
4545
```
4646
47-
Supported output formats are `BMP`, `JPG`, `PNG`, `GIF`, `WEBP`, `ICO`, `PGM` and `GrayRaw`.
47+
Supported output formats are `BMP`, `JPG`, `PNG`, `GIF`, `TIFF`, `WEBP`, `ICO`, `PGM` and `GrayRaw`.
4848
*/
4949

5050
pub extern crate magick_rust;

0 commit comments

Comments
 (0)