Page 1 of 1

Rescomp in CodeBlocks

Posted: Fri Sep 01, 2017 1:53 pm
by matteus
I just wanted to confirm what Rescomp does with each image, I've noticed multiple lines in the output dialogue:

--> executing plugin IMAGE...
Executing java -jar C:\SGDK\bin/lz4w.jar p "pack.in" "pack.out" -s
Packed with LZ4W, original size = 9280 compressed to 5096 (54.9138 %)
Executing java -jar C:\SGDK\bin/lz4w.jar p "pack.in" "pack.out" -s
Packed with LZ4W, original size = 810 compressed to 714 (88.1481 %)
Resource: IMAGE frame341 "frame341.png" FAST
--> executing plugin IMAGE...

Re: Rescomp in CodeBlocks

Posted: Fri Sep 01, 2017 2:17 pm
by Grind
It creates a tileset and tilemap, and in your case looks like it compresses both.

Re: Rescomp in CodeBlocks

Posted: Fri Sep 01, 2017 8:11 pm
by matteus
Ahh! Thought it might be the tilemap and the tileset :) Thanks Grind