update image(-rs)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c26ba6437e
commit
4bfcbf2b57
3 changed files with 32 additions and 11 deletions
|
@ -399,7 +399,7 @@ impl Service {
|
|||
};
|
||||
|
||||
let mut thumbnail_bytes = Vec::new();
|
||||
thumbnail.write_to(&mut Cursor::new(&mut thumbnail_bytes), image::ImageOutputFormat::Png)?;
|
||||
thumbnail.write_to(&mut Cursor::new(&mut thumbnail_bytes), image::ImageFormat::Png)?;
|
||||
|
||||
// Save thumbnail in database so we don't have to generate it again next time
|
||||
let thumbnail_key = self.db.create_file_metadata(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue