Rescomp in CodeBlocks

SGDK only sub forum

Moderator: Stef

Post Reply
matteus
Very interested
Posts: 336
Joined: Mon Feb 04, 2008 1:41 pm

Rescomp in CodeBlocks

Post by matteus » Fri Sep 01, 2017 1:53 pm

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...

Grind
Very interested
Posts: 69
Joined: Fri Jun 13, 2014 1:26 pm
Location: US
Contact:

Re: Rescomp in CodeBlocks

Post by Grind » Fri Sep 01, 2017 2:17 pm

It creates a tileset and tilemap, and in your case looks like it compresses both.

matteus
Very interested
Posts: 336
Joined: Mon Feb 04, 2008 1:41 pm

Re: Rescomp in CodeBlocks

Post by matteus » Fri Sep 01, 2017 8:11 pm

Ahh! Thought it might be the tilemap and the tileset :) Thanks Grind

Post Reply