Iceshrimp.NET/Iceshrimp.Backend/Core/Services/ImageProcessing
Laura Hausmann c07bb35548
[backend/drive] Refactor ImageProcessor into a modular system
This commit lays the groundwork for a user-configurable image processing pipeline. It has exactly the same behavior as the old ImageProcessor, just modular & compartmentalized. It also adds support for AVIF & JXL encoding, though no code paths call it just yet.
2024-08-12 03:21:03 +02:00
..
IImageInfo.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
IImageProcessor.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
ImageFormat.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
ImageSharpProcessor.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00
VipsProcessor.cs [backend/drive] Refactor ImageProcessor into a modular system 2024-08-12 03:21:03 +02:00