Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gphemsley/tiff-js
A JavaScript-based parser for the TIFF image format.
https://github.com/gphemsley/tiff-js
Last synced: 8 days ago
JSON representation
A JavaScript-based parser for the TIFF image format.
- Host: GitHub
- URL: https://github.com/gphemsley/tiff-js
- Owner: GPHemsley
- License: mpl-2.0
- Created: 2012-09-15T14:41:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T20:06:54.000Z (about 9 years ago)
- Last Synced: 2024-11-01T01:23:00.826Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 71
- Watchers: 8
- Forks: 30
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIFF.js #
A JavaScript-based parser for the TIFF image format.
## Specification ##
* http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf
* http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf
* http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf## Metadata Tags ##
* http://www.digitizationguidelines.gov/guidelines/TIFF_Metadata_Final.pdf
* http://www.digitalpreservation.gov/formats/content/tiff_tags.shtml## Sample Images ##
* http://www.fileformat.info/format/tiff/sample/index.htm
* http://www.remotesensing.org/libtiff/images.html
* http://people.sc.fsu.edu/~jburkardt/data/tif/tif.html