Fembng is a project that allows you to generate and view images
Follow these steps to install and run the Fembng project:
git clone https://github.com/MignonPetitXelow/Fembng.git ; cd Fembng
make
To generate an image:
./bin/fembng -w <width> -h <height> -o <output_file>
Example:
./bin/fembng -w 800 -h 600 -o output
To generate an image:
./bin/fembng -c <input_file> -o <output_file>
Example:
./bin/fembng -c test.jpg -o outputjpg
To view a generated image:
./bin/fembngapp <image_file>
Example:
./bin/fembngapp output.femboy
Feel free to contribute to the project by opening issues or creating pull requests.