Skip to content

WIP: Add basic support for Tiff images - #478

Draft
bkmgit wants to merge 3 commits into
part-cw:masterfrom
bkmgit:libtiff
Draft

WIP: Add basic support for Tiff images#478
bkmgit wants to merge 3 commits into
part-cw:masterfrom
bkmgit:libtiff

Conversation

@bkmgit

@bkmgit bkmgit commented May 18, 2026

Copy link
Copy Markdown
Contributor

Tiff is helpful since it allows one to add geo tags using GeoTIFF so can enable integration with apps that take pictures or use maps and also incorporate GPS information. Camera app works, but some additional checks maybe needed since the TIFF file format can have very large images and uses uint32 types that maybe bigger than some of the corresponding scheme types.

@bkmgit

bkmgit commented May 18, 2026

Copy link
Copy Markdown
Contributor Author

This builds on #477 though could be reviewed independent of it. Code changes are similar.

Writing tiff file follows the tutorial at:
https://pages.graphics.cs.wisc.edu/559-f99/libtiff_tutorial.htm

@bkmgit bkmgit changed the title Add basic support for Tiff images WIP: Add basic support for Tiff images May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant