#png #ios #tool

pngdefry

ios pngdefry

4 releases

new 0.0.4 Apr 27, 2024
0.0.3 Apr 4, 2024
0.0.2 Feb 26, 2024
0.0.1 Feb 24, 2024

#335 in Images

Download history 284/week @ 2024-02-24 38/week @ 2024-03-02 5/week @ 2024-03-09 162/week @ 2024-03-30 18/week @ 2024-04-06

180 downloads per month

MIT license

305KB
5.5K SLoC

C 5K SLoC // 0.1% comments Rust 91 SLoC // 0.0% comments

pngdefry

Latest Version

ios pngdefry tool for rust

QQ群

使用指南

判断是不是iphone png

let result = pngdefry::iphone_png("./iphone.png").unwrap();
if(result){
    println!("iphone png");
}else{
    println!("not iphone png");
}

还原iphone png

pngdefry::convert("./iphone.png","./big.png").unwrap();

Dependencies

~0–2MB
~41K SLoC