diff --git a/README.md b/README.md index 4949767..0fc54e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ # McBitFont -pixel based Font to C arrays converter \ No newline at end of file +McFLY's Bit Font and Image Editor + +Features: +- Generate a project based on a font installed in the system +- Basic pixel manipulations: shift, flip, invert, etc... +- Save / Load your project for later edits +- Export as a C array in different formats + +Requires .Net Framework 4.7+ + +Some basic hints on the interface: +- Mouse 1 to mark a puxel black +- Mouse 2 to mark a puxel white +- Drag the mouse holding a button to draw pixels +- Mouse Scroll to scroll up and down +- Crtl + scroll to scroll left and right +- Shift + scroll to zoom + + +Download in the Releases section! + + +### Screenshots: + +Main window + +![Main window](/images/Screenshot_01.png) + +New project dialog + +![New project](/images/Screenshot_02.png) + +Export dialog + +![Export](/images/Screenshot_03.png) diff --git a/icon.ico b/icons/app/icon.ico similarity index 100% rename from icon.ico rename to icons/app/icon.ico diff --git a/icon.png b/icons/app/icon.png similarity index 100% rename from icon.png rename to icons/app/icon.png diff --git a/icon_32.ico b/icons/app/icon_32.ico similarity index 100% rename from icon_32.ico rename to icons/app/icon_32.ico diff --git a/icon_32.png b/icons/app/icon_32.png similarity index 100% rename from icon_32.png rename to icons/app/icon_32.png diff --git a/icon_64.ico b/icons/app/icon_64.ico similarity index 100% rename from icon_64.ico rename to icons/app/icon_64.ico diff --git a/icon_64.png b/icons/app/icon_64.png similarity index 100% rename from icon_64.png rename to icons/app/icon_64.png diff --git a/images/Screenshot_01.png b/images/Screenshot_01.png new file mode 100644 index 0000000..a24d31f Binary files /dev/null and b/images/Screenshot_01.png differ diff --git a/images/Screenshot_02.png b/images/Screenshot_02.png new file mode 100644 index 0000000..63ed91c Binary files /dev/null and b/images/Screenshot_02.png differ diff --git a/images/Screenshot_03.png b/images/Screenshot_03.png new file mode 100644 index 0000000..b8fcb5d Binary files /dev/null and b/images/Screenshot_03.png differ