meowtec / Imagine

🖼️ PNG/JPEG optimization app for macOS, Windows and Linux.
MIT License
3.55k stars 270 forks source link

How to upgrade the pngquant lib version and moz-cjpeg lib version? #163

Open PublicWorld opened 1 year ago

PublicWorld commented 1 year ago

Hi Meowtec, I really enjoy using this app, but seems the lib version of pngquant and moz-cjpeg is too low(2.7.1 (May 2016)), and the official's latest version is 2.18.0 (January 2023) , could you help to upgrade these version ASAP? Or could you tell me how to upgrade the lib version if you have no time.

image

Regards, Thanks!

meowtec commented 1 year ago

@PublicWorld

I am going to rewrite this app with Rust and Tauri, and those library will be embedded in app when compiling. Now It will have some trouble to upgrade theme, for we should update binaries for three platform, and deal with shared-library problem.

hyrulelinks commented 8 months ago

rewrite this app with Rust and Tauri

Sorry, I didn't mean to be offended, just to see that a long time has passed and I am eager to see the progress of the new project, which is encouraging and exciting, thank you

meowtec commented 8 months ago

rewrite this app with Rust and Tauri

Sorry, I didn't mean to be offended, just to see that a long time has passed and I am eager to see the progress of the new project, which is encouraging and exciting, thank you

I have finished the core part, which support JPEG / PNG(+animated) / GIF(+animated) / AVIF(+animated) / HEIF / JXL. But I need to rewrite the UI because we need more options such as resizing / lossless. And maybe the most important thing: I want to run the app in browser using Wasm which means that most users don't have to install the app (app will also be provided because it is fast).

I can not pay much time on OSS so I have no idea when to finish the new project.