Live data from Hacker News

Libtiff goes offline

madfileformatscience.garymcgath.com

1–10 of 121 posts

Re: Libtiff goes offline

#4

Seems like it's time to host it on a DVCS service so the problem won't be so disruptive again.

Yeah. It's still on CVS. May as well throw it up on GitHub like every other open source project. That doesn't have to be its only home on the web, but at least it would always be available there. The main open source project I work on (Pywikibot) isn't primarily hosted on GitHub, but it is mirrored there.

Re: Libtiff goes offline

#7
Tiff? That is a format I haven't heard in a long time.

edit: to everyone replying. TIFF is awful. We have lossless compression now (read PNG) which is at least a billion times better. We shouldn't use it for anything in this day and age. Hell, just DEFLATE your TIFF and call it a new format. It will be better than TIFF

Re: Libtiff goes offline

#8

Tiff? That is a format I haven't heard in a long time. edit: to everyone replying. TIFF is awful. We have lossless compression now (read PNG) which is at least a billion times better. We shouldn't use it for anything in this day and age. Hell, just DEFLATE your TIFF and call it a new format. It will be better than TIFF

Still run into it with things like patents. It was the goto for a long time for scanned imagery.

Re: Libtiff goes offline

#10

Tiff? That is a format I haven't heard in a long time. edit: to everyone replying. TIFF is awful. We have lossless compression now (read PNG) which is at least a billion times better. We shouldn't use it for anything in this day and age. Hell, just DEFLATE your TIFF and call it a new format. It will be better than TIFF

It's commonly used as an archival format since it's not lossy like jpeg.
Post reply on HN