Skip to content

MignonPetitXelow/Fembng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fembng

Fembng is a project that allows you to generate and view images

Installation

Follow these steps to install and run the Fembng project:

Prerequisites

  • Make sure you have gcc and sdl2 and libjpeg installed.

Clone the Repository

git clone https://github.com/MignonPetitXelow/Fembng.git ; cd Fembng

Build the Project

make

Run Fembng

To generate an image:

./bin/fembng -w <width> -h <height> -o <output_file>

Example:

./bin/fembng -w 800 -h 600 -o output

🎁 Generate femboy file from jpg

To generate an image:

./bin/fembng -c <input_file> -o <output_file>

Example:

./bin/fembng -c test.jpg -o outputjpg

Run Fembng Viewer

To view a generated image:

./bin/fembngapp <image_file>

Example:

./bin/fembngapp output.femboy

Contributing

Feel free to contribute to the project by opening issues or creating pull requests.

Releases

No releases published