CodeF53 / PackXBR

A utility for automatic application of the XBR scaling algorithm to game textures.
12 stars 1 forks source link

Linux #10

Closed Carlosjrlu closed 1 year ago

Carlosjrlu commented 2 years ago

Any way to use this tool on linux? I tried to use xbrzscale on my own but I didn't get the same results.

CodeF53 commented 2 years ago

I think if you switched to a Linux xbrzscale and changed line 164 of image_proccesing it should work

YoshiRulz commented 1 year ago

I have a reproducible build (with Nix), but it doesn't seem to be working; the output files are identical to the input. You can clone my repo and test with nix-build --pure && result/bin/PackXBR. I noticed it didn't like when I invoked it as PackXBR ~/Downloads/pack.zip, creating the dirs $PWD/temp_/home/yoshi/Downloads and $PWD/XBR. PackXBR pack.zip was fine.

CodeF53 commented 1 year ago

Future development is being moved to https://github.com/CodeF53/WebPackXBR