You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*you might have to give it execute permissions with `chmod +x pixel_engine`*
16
+
17
+
## How to use
18
+
run the executable with the first parameter being the image file
19
+
e.g) `./pixel_engine test_image.png`
20
+
> [!IMPORTANT]
21
+
> Only works with png's no other file format is supported
22
+
23
+
> [!NOTE]
24
+
> You may want to set your terminal font to something low (I tested with it set to 1). there is technically no limit to the size that can be rendered but that doesn't mean all images will render properly if they can't fit into the window without warping
0 commit comments