-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial file, usable but don't know how it will stand up in the wild
- Loading branch information
1 parent
73ee536
commit bae5060
Showing
2 changed files
with
4,282 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# tiffloader | ||
Portable single file ANSI C TIFF file loader | ||
|
||
The idea is that this is a one file drop-in TIFF loader. | ||
So there will be no messing about with external dependencies. | ||
|
||
It's meant to be totally portable so it won't break anywhere | ||
there's a C compiler. | ||
|
||
We need to take a decision on JPEG support, realistically | ||
we'll need to break the single file rule to provide this. | ||
|
||
|
Oops, something went wrong.