winget install --id=EvanR.ImageFiles -e
This app will convert any file to an image format and convert back to the original file. This can be useful for image hosting services.
Image Encode is a tool designed to convert files into image formats and restore them back to their original form. This functionality is particularly useful for sharing files through platforms that restrict file types but allow image uploads.
Key Features:
Ideal for individuals or organizations needing to circumvent file upload restrictions on image hosting platforms, Image Encode ensures secure and efficient file sharing. Files can be installed via winget.
This project is aimed at converting files to images so they can be uploaded to hosting platforms. It includes functionality for encoding and decoding image files using buffer writing to optimize memory usage. Larger files are split into multiple images to allow them to be uploaded to most platforms.
winget install EvanR.ImageFiles
git clone https://github.com/EvanRaeder/image_files
cd image_files
cargo build --release
Simply drag and drop the file you want to encode or the directory you want to decode.
To use the Arg interface, run the executable with the appropriate flags:
image_files.exe -e # Encode the specified file
image_files.exe -d # Decode the specified file
image_files.exe --encode -dir # Encode and change working directory
image_files.exe -h # Show helpfile