Browse Source

docs: replace dead Adobe TIFF spec links with libtiff mirrors

The partners.adobe.com links for the TIFF 6.0 specification and Supplements 1 and 2 GET 404. Replace them with the equivalent PDFs hosted by download.osgeo.org (libtiff project), verified 200.

Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com>
pull/3174/head
MoonsvnLyn 2 weeks ago
parent
commit
f381e0ed51
  1. 6
      src/ImageSharp/Formats/Tiff/README.md

6
src/ImageSharp/Formats/Tiff/README.md

@ -2,9 +2,9 @@
## References
- TIFF
- [TIFF 6.0 Specification](http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf),(http://www.npes.org/pdf/TIFF-v6.pdf)
- [TIFF Supplement 1](http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf)
- [TIFF Supplement 2](http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf)
- [TIFF 6.0 Specification](https://download.osgeo.org/libtiff/doc/TIFF6.pdf)
- [TIFF Supplement 1](https://download.osgeo.org/libtiff/doc/TIFFPM6.pdf)
- [TIFF Supplement 2](https://download.osgeo.org/libtiff/doc/TIFFphotoshop.pdf)
- [TIFF Supplement 3](http://chriscox.org/TIFFTN3d1.pdf)
- [TIFF-F/FX Extension (RFC2301)](http://www.ietf.org/rfc/rfc2301.txt)
- [TIFF/EP Extension (Wikipedia)](https://en.wikipedia.org/wiki/TIFF/EP)

Loading…
Cancel
Save