Grid Sage Forums

REXPaint => Everything REXPaint => Topic started by: thebracket on February 27, 2021, 10:22:55 AM

Title: png2rex - Rust Edition
Post by: thebracket on February 27, 2021, 10:22:55 AM
Hi!

I just converted my old png2rex tool from C++ to Rust. You can find the new version here: https://github.com/thebracket/png2rex_rs

It now supports flipping the image (vertically or horizontally) and image resizing.

Just dropping this here in case someone finds it useful. I needed it for a project I'm playing with, and didn't feel like resurrecting the old C++ system now that I'm almost 100% using Rust.

(Edit - I must be dyslexic, I named the topic rex2png rather than the right way around)
Title: Re: png2rex - Rust Edition
Post by: Kyzrati on February 28, 2021, 05:48:16 AM
Hey thebracket :)

Thanks for sharing, I've no doubt it'll come in handy for some people, and I'll link it on the website resources page (and manual) as well.