Skip to content

Commit

Permalink
Update with build documentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Sep 17, 2017
1 parent ddf33c4 commit 21265ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Pfim

[Main documention page](http://nickbabcock.github.io/Pfim/)
[Main documention page](https://nickbabcock.github.io/Pfim/)

Pfim is an incredibly simple and fast image decoding library with an emphasis
on being backend and frontend agnostic. This means that you can add Pfim to
Expand All @@ -12,12 +12,13 @@ your server, Windows Form, or WPF app!
Building the library is as easy as

```
./build.sh // linux
build.cmd // windows
dotnet test -f netcoreapp2.0 tests/Pfim.Tests/Pfim.Tests.csproj
```

Or hit "Build" in Visual Studio :smile:

## Developer Resources

- [Targa image specification](http://www.dca.fee.unicamp.br/~martino/disciplinas/ea978/tgaffs.pdf)
- [Block compression](https://msdn.microsoft.com/en-us/library/bb694531(v=vs.85).aspx) (useful for dds)
- [DXT Compression Explained](http://www.fsdeveloper.com/wiki/index.php?title=DXT_compression_explained)
- [DXT Compression Explained](http://www.fsdeveloper.com/wiki/index.php?title=DXT_compression_explained)

0 comments on commit 21265ff

Please sign in to comment.