Any chance of getting IFF-RGFX support added to recoil?
The file format is documented here: https://discmaster.textfiles.com/browse/4784/Amiga%20Plus%20CD%20-%202004%20-%20No.%2011.iso/AmiSoft/Dev/misc/iff-rgfx.lha/IFF-RGFX
Several sample files are available here: https://sembiance.com/fileFormatSamples/image/rgfx/
I'm not aware of any modern conversion program for this format.
By the way, I had asked about this support for deark a while ago: https://github.com/jsummers/deark/issues/47
Sadly it wasn't able to be added due to not the compression being XPK based and that being a big thing to tackle. Perhaps it's out of scope for recoil too.
This code supports many XPK compressions schemes, so you could leverage that for the XPK decompressiong if
libancient.sois available on ths system recoil is being built on: https://github.com/temisu/ancientLast edit: Robert Schultz 2024-02-17
Since filing this request, deark has added support for all the 'known' RGFX files that we could locate. Since there is a modern converter now for this format, it's far less priority to add it into recoil. So you could close this request if you'd like :)