2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-12-22 03:11:24 +00:00
pict-rs/releases/0.5.17-pre.8.md

16 lines
644 B
Markdown
Raw Permalink Normal View History

2024-12-11 00:49:16 +00:00
# pict-rs 0.5.17-pre.8
pict-rs is a simple image hosting microservice, designed to handle storing and retrieving images,
animations, and videos, as well as providing basic image processing functionality.
## Overview
pict-rs 0.5.17-pre.8 attempts to make blurhash calculation quicker by keeping the operations
entirely within the pict-rs application, rather than shelling out to imagemagick. It also plays
nicer with the rest of the application by taking a permit before performing any image operations.
## Upgrade Notes
There are no significant changes from 0.5.17-pre.7. Upgrading should be as simple as pulling a new
version of pict-rs.