This tool extracts embedded textures from ELF files opened by EuroLand, the level editor developed by Eurocom Entertainment Software.
It is especially useful if you have a version-specific ELF for which no compatible EuroLand editor is available, and you want to inspect what’s inside.
- Opens ELF or other binary files generated by EuroLand.
 - Scans the file for valid texture paths (e.g., 
.pcx,.tga,.bmp, etc.). - Reads raw RGBA image data from each matched offset.
 - Automatically flips the image vertically and saves it as a PNG.
 
The program detects and extracts textures with the following extensions:
.pcx.tga.bmp.png.jpg,.jpeg
- Launch the application.
 - Click "Browse ELF" to select the binary file.
 - Choose an output folder where PNG files will be saved.
 - Click "Export" — the tool will scan the file, extract texture paths, and save all found images.