mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#jpeg2000

0 posts0 participants0 posts today

I just updated my #MSDOS image viewer/converter #DosView

* Updated libjpeg to 9f.
* Updated libjasper to 4.2.4.
* Fixed a crash when running out of memory during loading/display.
* Fixed version number when running DosView.
* Added help overlay in view mode.
* Patched Allegro to support more BMP formats.
* Fixed DE LSM for FreeDOS.

github.com/SuperIlu/DosView/re

#RetroComputing
#jpeg #png #qoi #webp #bmp #tga #NetPBM #ras #tiff #jpeg2000 #pcx #FreeDOS #GIF #PSD #HDR #PIC

GitHubRelease v1.7 · SuperIlu/DosViewUpdated libjpeg to 9f. Updated libjasper to 4.2.4. Fixed a crash when running out of memory during loading/display. Fixed version number when running DosView. Added key to display help overlay in v...

I remember when shiny new JPEG 2000 was going to replace the legacy JPEG format... It didn't happen and on the web only Safari ever supported it caniuse.com/jpeg2000
... until now webkit.org/blog/15443/news-fro:
"WebKit for Safari 18 beta removes support for the JPEG2000 image format. Safari was the only browser to ever provide support."
It's pretty rare to remove support for a format on the web.
#WebPerf #jpeg2000

caniuse.comJPEG 2000 image format | Can I use... Support tables for HTML5, CSS3, etc

TIL: JPEG-2000 uses the same container than MPEG-4, which is basically the son of QuickTime. Which means when it is actually embedded inside a QuickTime stream, there seems to a magical 8 byte prefix, which needs to be stripped to get a valid JPEG-2000 file. Long story short, my QuickDraw viewer should now handle JPEG-2000 data embedded inside QuickTime containers.

#quickdraw #quicktime #jpeg2000 #imageprocessing #retrocomputing #classicmac

github.com/wiesmann/QuickDrawV

GitHubGitHub - wiesmann/QuickDrawViewer: Initial add of the QuickDraw viewer projectInitial add of the QuickDraw viewer project. Contribute to wiesmann/QuickDrawViewer development by creating an account on GitHub.

Just a reminder for who missed this earlier: a few weeks ago we published a release candidate for #jpylyzer 2.2, which is available for testing.

This release adds support of High Throughput #JPEG2000 #HTJ2K and its associated file formats, various codestream validation/parsing improvements, some output enhancements (including reporting of warnings), and an improved Python API.

Details here:

jpylyzer.openpreservation.org/

Please let us know any issues, so we can fix them for the stable release!

jpylyzer.openpreservation.orgJpylyzer 2.2 release candidate

I just updated my #MSDOS image viewer/converter #DosView

* added #GIF
* added #PSD
* added #HDR
* added #PIC
* added an UPX compressed EXE
* enabled dithering
* added 8bpp display mode
* fixed another scaling error
* fixed error when reading certain PNGs

github.com/SuperIlu/DosView/re

#RetroComputing
#jpeg #png #qoi #webp #bmp #tga #NetPBM #ras #tiff #jpeg2000 #pcx #FreeDOS

GitHubRelease v1.3.1 · SuperIlu/DosViewfixed color palette error