Skip to content

Commit

Permalink
Add spacing between screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed May 6, 2020
1 parent e39fa23 commit 275e792
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

A WPF control for displaying binary data in a traditional hex view.

<br/>
<p align="center">
<img align="center" alt="HexViewer demo project" src="https://raw.githubusercontent.com/fjeremic/HexView.Wpf/assets/HexViewer.png"/>
</p>
<br/>

## Installing / Getting started

Expand Down Expand Up @@ -38,18 +40,23 @@ dotnet build

These screenshots were generated using the demo application found in the [HexView.Wpf.Demo](/HexView.Wpf.Demo) project of this repository which uses the control to implement a simple file hex viewer application.

<br/>
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/fjeremic/HexView.Wpf/assets/HexViewResize.gif"/>
</p>
<br/>
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/fjeremic/HexView.Wpf/assets/HexViewerContextMenu.png"/>
</p>
<br/>
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/fjeremic/HexView.Wpf/assets/HexViewerLongSelected.png"/>
</p>
<br/>
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/fjeremic/HexView.Wpf/assets/HexViewerSignedShort.png"/>
</p>
<br/>
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/fjeremic/HexView.Wpf/assets/HexViewerTextOnly.png"/>
</p>

0 comments on commit 275e792

Please sign in to comment.