summaryrefslogtreecommitdiff
path: root/src/image.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.rs')
-rw-r--r--src/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.rs b/src/image.rs
index 5b60c815..6b21bdd9 100644
--- a/src/image.rs
+++ b/src/image.rs
@@ -133,7 +133,7 @@ pub struct RasterImage {
}
impl RasterImage {
- /// Parse an image from raw data in a supported format (PNG or JPEG).
+ /// Parse an image from raw data in a supported format (PNG, JPEG or GIF).
///
/// The image format is determined automatically.
pub fn parse(data: &[u8]) -> io::Result<Self> {