Skip to content

Releases: Zoltanar/Agf2Bmp2Agf

Agf2Bmp2Agf v1.3

02 Dec 16:58
Compare
Choose a tag to compare

Convert AGF files (used in Eushully games) to BMP and then back.
Requires original AGF files to convert back into AGF.

Run in command prompt without arguments to see instructions.

Changes from v1.2:
Fix for #1.

Agf2Bmp2Agf v1.2

14 Mar 16:10
Compare
Choose a tag to compare

Better support for Bitmaps without Alpha data.
Process files in parallel.
Changed parameter parsing so only paths need to be in order, switches can be anywhere.
Added following switches:
-e: log errors only (when in directory mode) rather than printing one line per file.
-r: recursive mode (when in directory mode) process files in subdirectories, and output them with same directory structure.
-sc: non-parallel mode, will not process files in parallel.

Agf2Bmp2Agf v1.1

11 Mar 15:54
Compare
Choose a tag to compare

Convert AGF files (used in Eushully games) to BMP and then back.
Requires original AGF files to convert back into AGF.
Supports handling 24bpp->8bpp AGF files.
Supports single parameter usage (for unpacking).

Agf2Bmp2Agf v1.0

10 Mar 16:22
4f05297
Compare
Choose a tag to compare

Requires original AGF files to pack BMPs back into AGF (for now).