mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: add PNG encoding support in commands utility for image processing
This commit is contained in:
parent
17894a24e3
commit
ae878b7203
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
use applications::{AppInfoContext, AppInfo, AppTrait, utils::image::RustImage};
|
||||
use base64::{ engine::general_purpose::STANDARD, Engine };
|
||||
use image::codecs::png::PngEncoder;
|
||||
use tauri::PhysicalPosition;
|
||||
use meta_fetcher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue