diff --git a/README.md b/README.md index 595106b..117bdb3 100644 --- a/README.md +++ b/README.md @@ -5,32 +5,41 @@ 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... +- Import an image - 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 +- Mouse 1 to mark a pixel black +- Mouse 2 to mark a pixel white - Drag the mouse holding a button to draw pixels - Mouse Scroll to scroll up and down -- Crtl + scroll to zoom - Shift + scroll to scroll left and right +- Crtl + scroll to zoom -Download in the Releases section! +Download in the [Releases](https://gitea.mcflyer.ru/McFLY/McBitFont/releases) section! ### Screenshots: Main window -![Main window](/images/Screenshot_01.png) +![Main window](/images/Screenshot_Main.png) New project dialog -![New project](/images/Screenshot_02.png) +![New project](/images/Screenshot_New.png) Export dialog -![Export](/images/Screenshot_03.png) +![Export](/images/Screenshot_Export.png) + +Import Image dialog + +![Import Image](/images/Screenshot_Import-image.png) + +Code Shift dialog + +![Code Shift](/images/Screenshot_Code-shift.png) diff --git a/images/Screenshot_01.png b/images/Screenshot_01.png deleted file mode 100644 index a24d31f..0000000 Binary files a/images/Screenshot_01.png and /dev/null differ diff --git a/images/Screenshot_02.png b/images/Screenshot_02.png deleted file mode 100644 index 63ed91c..0000000 Binary files a/images/Screenshot_02.png and /dev/null differ diff --git a/images/Screenshot_03.png b/images/Screenshot_03.png deleted file mode 100644 index b8fcb5d..0000000 Binary files a/images/Screenshot_03.png and /dev/null differ diff --git a/images/Screenshot_Code-shift.png b/images/Screenshot_Code-shift.png new file mode 100644 index 0000000..a61a677 Binary files /dev/null and b/images/Screenshot_Code-shift.png differ diff --git a/images/Screenshot_Export.png b/images/Screenshot_Export.png new file mode 100644 index 0000000..03114e4 Binary files /dev/null and b/images/Screenshot_Export.png differ diff --git a/images/Screenshot_Import-image.png b/images/Screenshot_Import-image.png new file mode 100644 index 0000000..0bc3c1f Binary files /dev/null and b/images/Screenshot_Import-image.png differ diff --git a/images/Screenshot_Main.png b/images/Screenshot_Main.png new file mode 100644 index 0000000..189e1d0 Binary files /dev/null and b/images/Screenshot_Main.png differ diff --git a/images/Screenshot_New.png b/images/Screenshot_New.png new file mode 100644 index 0000000..aadc590 Binary files /dev/null and b/images/Screenshot_New.png differ