mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* Initial implementation for svg rendering * Remove unused errors - Round up size before allocating Pixmap - Re-order some operations * Finish integrating with Thumbnailer - Fix svg thumbnail size - Fix incorrect color space while converting tiny_skia::Pixmap to image * Fix Clippy warns * Feedback + sd-heif async * Update implementation to match recent changes to the Thumbnailer - Change sd-heif and sd-svg to receive the file data, instead of opening the file internally - Update changes to make Thumbnailer and sd-heif more async * Minor import improvement * Add missing cfg to gate use of sd_heif only to plataforms that have it enabled