

Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Beautiful essay. So much of the tech we use today originates from quiet humble builders and creators like Mr TIFF.by burnto
- thanks for the response burnto
- RIP Mr. TIFF. Hoping we continue to document these incredible engineers and their work before it's lost to the sands of time/pits of LLM muck.by qrush
- i've interviewed 100 folks in this space, in part because they are older than us.
- Quietly thankful that the spec author didn't proclaim that we've been mispronouncing "TIFF" all these years.by quitit
- The "TI" is really "Tl" and is a voiceless alveolar lateral affricate.by BigTTYGothGF
- TIFF indeed -- I recall the floppy disk for Mac mailed from Seattle with the TIFF spec printed on paper. A few weeks later, another graphics editor with TIFF support. I never, ever heard the name Carlsen until today. Thank you for this articleby gnerd00
- thanks gnerd
- I have a habit of filling my head with all kinds of trivia/information. Sometimes I think this is a useless habit.
Not today. I will try to remember the name of Mr. Stephen Carlsen as the inventor of TIFF format as long as I can. As a mediocre programmer, it is the least amount of respect I can pay for an unsung but talented engineer of an era that is fast going past us.
by noisy_boy - Am I missing something ?
The article is great but the web site is supposedly related to a book "inventing the future".. which is nowhere to be found. Other than a big, slowly loading graphic, 3 posts and indexes for the book... the site doesn't provide a clue about where to acquire the actual (PDF only?) book.
I assume you have to sign up to find out more ?
On the web I can only find articles about the book.
So.. what is the deal in making the actual book hard to find ?
Edit: I think I cracked the code: Click Home, Open "Close Your Rings" article, scroll all the way down, find link: https://books.by/john-buck?ref=inventingthefuture.ghost.io
by andrehacker - hi andre, thanks for the feedback. there is a url link within the article to the book which uses a new self publishing method called books.by
- I had a similar issue, clicking the author's name gets you to a decent page, but yeah I'd actually prefer if he made it a bit easier to buy the book! I'll have to get it now after such a nice articleby OisinMoran
- I had exposure to TIFF files shortly after the format creation in 1985/86, before the final form specification in 1992.
Not mentioned in either the article or the tail end wikipedia article iamge was the early adoption of TIFF by the mapping and geodetic community to store raster line data (maps, images, and raw sat and instrument platform multichannel line data).
The tagging format made the embedding of spheroids, datums, projections, origins, lens and focal specifications relatively easy (plus or minus the usual Tower of Babel Tag Naming and Meaning Confusion).
by defrost - His obituary is lovely: https://www.mountainviewtacoma.com/obituaries/stephen-carlse...by b2ccb2
[…] “Time flies like the wind. Fruit flies like bananas.” “What’s the answer to Life, the Universe, and Everything? 42.”by throw0101d- The great thing about TIF was it's extensibility. Flexible (data could be stored as tiles or in stripes), multiple compression options etc.
Well documented spec, easy to bolt on extras either as public tags - GeoTIFFs added projection metadata - or private, for your own needs.
Back in the day, to improve a desktop application's performance I found it was simple to create a custom reader and writer to handle cases where tiles were completely one single colour removing the need to decompress at run time.
Thank you TIFf!
by 4ndrewl - Carlsen's TIFF extensibility was what Milne and Lentczner used as a guiding principal when building AIFF, as did Leak on QuickTime years later.
- And the (early) availability of well made library, LibTIFF by Sam Leffler. I used it extensively from 1995 on, but only found out that according to Wikipedia is dates back to 1988!by sllabres
- Unfortunately, it doesn't help.
Almost any digital camera RAW format is TIFF inside. And you can see how much kludges good metadata library needs to read all of them: offsets from the IFD, offsets from beginning of file with or without header, offsets from fields in IFD, etc, etc, etc. You take TIFF, you change header to make your format, and then you cannot implement this TIFF properly!
Even DNG (which is tiff inside) is mangled by camera firmware authors!
by blacklion - Perhaps the greatest thing about TIFF, but also the most horrible things, and probably why TIFF is mostly historical. It was so extendable that no two programs ever accepted the exact same TIFF extensions. (omitting the war story)
edit: forgot about byte order...
by flomo - I checked the TIFF talk page and found comments from:
https://en.wikipedia.org/wiki/User:Scarlsen
Turns out the answer was on Wikipedia already :).
by lookingdesk - If anyone can contact John Buck this sounds like information he'd be interested in. Also an interesting avenue for future investigative work.by adzm
- His lone comment:
>Yes it is true: the second word of a TIFF file, 42, was indeed taken from the answer to the Ultimate Question of Life, the Universe, and Everything, from Hitchhikers_guide_to_the_galaxy. StephenECarlsen 23:38, 12 October 2007 (UTC)
by oidar - Thanks! If you look at his (logged-in) edits on Wikipedia (https://en.wikipedia.org/wiki/Special:Contributions/Scarlsen ), then apart from the lone comment on the talk page (about the reason for "42") and creating that user page, he has two edits to the TIFF article:
- one of them clarifies the (non-)involvement of Microsoft: https://en.wikipedia.org/w/index.php?title=TIFF&diff=prev&ol...
- and the other is even more interesting: though he is being scrupulous and removing a sentence that has no published citations, in his edit summary he confirms that it is basically true:
> The author of the original TIFF specification wanted TIFF to stand for "The Image File Format", but he was overruled by Aldus' president Paul Brainerd on the grounds that it sounded presumptuous.
(The edit summary says: Removed the "The Image File Format" sentence, since it only has eye-witness support (me, for one), but no published citatations)
by svat - If you had told me an article ostensibly about a file format would have me teary-eyed by the end I wouldn't have believed you. This is beautiful, thank you!by OisinMoran
- Thanks oisin, it's a beautiful story and his ex-wife gave me permission to share.
- Don't have much to add except to mention again that the magic number for TIF is 42, and it's 42 because of the meaning of 42:
https://web.archive.org/web/20210108174645/https://www.adobe...
Bytes 2-3 An arbitrary but carefully chosen number (42) that further identifies the file as a TIFF fileby nullhole - Based on the same algorithm as https://xkcd.com/221/by Rygian
- 42 is an extremely non-special number. Does anyone know if it appeared in the CS field before Douglas Addams "invented" it?by antonis-gr
- 42 even shows up in the late mr. Carlsen's obituary. [1]
[1]https://www.mountainviewtacoma.com/obituaries/stephen-carlse...
by 71bw