Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDragon authored Dec 14, 2023
1 parent 3a8eb8b commit 8312351
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ On Windows, you can drop files or folders right on the ImageDetailsCore.exe file

## Dependencies

The application is currently using `System.Drawing` which means that the `libgdiplus` library is required for Linux and MacOS.

For the MacOS, I used homebrew to install the library:

```
brew install mono-libgdiplus
```

Likely for your Linux distro, a similar `apt`, `yum` or other package installer should be able to install the libgdiplus component.

The tool requires two fonts to be installed. `Arial` and `Candara`. If you would prefer different fonts, you will need to grab the code and alter the font names in the `DrawValue` method. The `Arial` font is used for the value labels and the `Candara` font is used for the value itself. Both were installed and available on MacOS and Windows, but they may have come with Office or the OS itself, not sure.

## Building
Expand Down

0 comments on commit 8312351

Please sign in to comment.