Looks like the answer was 'yes', in something of a self-fulfilling prophecy. When was the last time you used a JPEG 2000? https://caniuse.com/jpeg2000 puts browser adoption today at 18% (!).
Is JPEG 2000 a preservation risk? (2013)
11–20 of 87 posts
Re: Is JPEG 2000 a preservation risk? (2013)
#12Looks like the answer was 'yes', in something of a self-fulfilling prophecy. When was the last time you used a JPEG 2000? https://caniuse.com/jpeg2000 puts browser adoption today at 18% (!).
Are they not common in pdf documents, for example those distributed by The Internet Archive? I suspect this is why so many of them render so slowly, even on fast systems.
PDFs are probably where the majority of users will encounter J2K.
Re: Is JPEG 2000 a preservation risk? (2013)
#13Re: Is JPEG 2000 a preservation risk? (2013)
#14Looks like the answer was 'yes', in something of a self-fulfilling prophecy. When was the last time you used a JPEG 2000? https://caniuse.com/jpeg2000 puts browser adoption today at 18% (!).
Fun fact, whenever you go to the movies, films (that are projected digitally) are encoding in JPEG2000 (wrapped in a MXF in XYZ Colourspace). We also use it for our 3D renders for archviz, and is supported in our editing applications aswell... lower filesize compared to PNG, and better quality compared to JPG, and also supports alphas.
Re: Is JPEG 2000 a preservation risk? (2013)
#15Re: Is JPEG 2000 a preservation risk? (2013)
#16Earlier quoted context omitted.
Fun fact, whenever you go to the movies, films (that are projected digitally) are encoding in JPEG2000 (wrapped in a MXF in XYZ Colourspace). We also use it for our 3D renders for archviz, and is supported in our editing applications aswell... lower filesize compared to PNG, and better quality compared to JPG, and also supports alphas.
Do they really use straight up XYZ? Where can I read more about this format?
https://toolstud.io/video/filesize.php?width=3840&height=216...
Re: Is JPEG 2000 a preservation risk? (2013)
#17I decided to use JPEG 2000 to save disk space on my photo archive a decade ago... huge mistake. [edit] I thought I had the originals backed up on CD, it turns out I didn't. DigiKam and many other programs don't support them natively. At some point I'm going to have to write a script and convert them all to normal jpegs.
Re: Is JPEG 2000 a preservation risk? (2013)
#18Given that there are free, open source implementations of the JPEG 2000 decoder, There is no plausible preservation risk. Even if, in 150 years, the contemporary version of ImageMagick has dropped support for JPEG 2000, it would be relatively trivial to spin up an ancient virtual machine and run a 100-year-old version of Linux.
Or, you know, pay an intern to port some old code to whatever modern language they’re using then. Rust, probably.
Re: Is JPEG 2000 a preservation risk? (2013)
#19Earlier quoted context omitted.
Do they really use straight up XYZ? Where can I read more about this format?
I think people mis-estimate file sizes these days - two hours of completely uncompressed 4K video is under 5 TB. Fits on a basic consumer external hard drive no problem. Send it by mail. https://toolstud.io/video/filesize.php?width=3840&height=216...
Re: Is JPEG 2000 a preservation risk? (2013)
#20Earlier quoted context omitted.
I think people mis-estimate file sizes these days - two hours of completely uncompressed 4K video is under 5 TB. Fits on a basic consumer external hard drive no problem. Send it by mail. https://toolstud.io/video/filesize.php?width=3840&height=216...
Well, two hard drives in RAID-0 if you want to play it back in real-time without copying it first to faster storage, because a single SATA drive cannot sustain 597.2MB/sec. Unless your definition of "basic consumer external hard drive" is an NVMe SSD over 10Gbps USB 3.2 or better.