digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

825
active users

#png

4 posts4 participants0 posts today

#PNG is back after 20 years!

programmax.net/articles/png-is

I was hoping it dies a silent death in favour of #AVIF aed #WebP but I guess it is here to stay.

For me, I'm excited about finally integrating #APNG (animated PNG) because that has been around for years!

I even used APNG in my blog articles! (But only Firefox users can see it animated until this year. I can now see it animated in Blink-based and Chromium-based browsers in Android.)

Here's a review I wrote back in 2015 where I used APNG: im.youronly.one/snoworld/a-bri

But we already nave #GIF ! Well, APNG is better. 😝

Also see: docs.fileformat.com/image/apng/ (which needs to be updated with new information)

www.programmax.netPNG is back!After 20 years, PNG is back with renewed vigor! A new PNG spec was just released.


youtube.com/watch?v=Ic_kGQe63LU

** Tuvalu vor dem Untergang **

Fast die Hälfte der Landes-Bevölkerung hat innerhalb weniger Wochen ein Visum für eine Einwanderung nach Australien beantragt.
Artikel:
t-online.de/klima/leben-umwelt

Auch die nahegelegenen Atolle Papua Neuguineas sind betroffen

Mit meinen Freunden @doku_eule und @fiete habe ich mal eine Doku gemacht.

„Carteret Now“ :
[EN / DE]

#OpenDocument #Reader.
View
#OpenOffice and #LibreOffice #documents on the go. Now available for #Android and #iOS!

In addition to that, OpenDocument Reader aims to support various other file formats as well as possible:
- Portable Document Format (
#PDF)
- Archives:
#ZIP
- Images:
#JPG, #JPEG, #GIF, #PNG, #WEBP, #TIFF, #BMP, #SVG, etc
- Videos:
#MP4, #WEBM, etc
- Audio:
#MP3, #OGG, etc
- Text files:
#CSV, #TXT, #HTML, #RTF
- Microsoft Office (
#OOXML): Word (#DOC, #DOCX), Excel (#XLS, #XLSX), PowerPoint (#PPT, #PPTX)
- Apple iWork: Pages, Numbers, Keynote
- Libre Office and Open Office OpenDocument Format:
#ODF* (#ODT, #ODS, #ODP, #ODG)
- PostScript (
#EPS)
- AutoCAD (
#DXF)
- Photoshop (
#PSD)

https://opendocument.app/

OpenDocument ReaderView OpenOffice and LibreOffice documents on the go.It's the first and best OpenOffice and LibreOffice document viewer for Android and iOS!

Since the #PNG spec is getting some updates, I was thinking... you know what would be sick? Baking classic #lossy compression right into PNG.

I don't mean #JPEG or anything like that. Not even the #LossyPNG scheme I enjoy using where I reduce the number of colors to reduce the entropy. That wouldn't need any changes to the spec.

I'm thinking #Amiga HAM modes! Instant 3:1 (well, 2.4:1) lossy compression with (hopefully) minimal artifacting. That would be SICK!

Makes me want to throw together a Python script or something to read PNG files, apply the HAM "compression," and then see how the output looks. It wouldn't provide much compression savings with regular PNG, it would need a change to the format. But since I never had an Amiga, I'm curious to see how it looks, and how well it might scale to modern image resolutions.

Conceptually, it's not much different than 3:1 horizontal chroma subsampling, but might actually look a lot better.

Quick explainer: instead of having a 24-bit-per-pixel image, you have a 10-bit-per-pixel image, where the first two bits are a mode selector, and the last 8 bits are the actual pixel data. The modes are Hold and Modify{R,G,B}. Modify{R,G,B} modify just the red, green, or blue component of the 24-bit color for that pixel with the 8 bits specified. The modify mode assigns that pixel to be equivalent to the 8-bit value from a pre-defined palette or some pre-defined bit-assignment mode like RRRGGGBB or something. So basically, the horizontal color resolution is divided by 3, but sometimes you get lucky and there's no noticeable loss.

Interesting piece on #women's role in organising and sharing #knowledge in #PapuaNewGuinea #seafaring trade, which has been assumed to be a masculine domain (by largely male anthros)

'Tattooing was an important women’s cultural practice in these regions, and tattoos signified major life stages such as marriage.

'Interestingly, the marriage tattoos used in Port Moresby and Hood Bay were identical in the 19th century, but no one that anthropologists spoke to remembered why. The tattoo designs suggest that Motu and Keapara women were once in very close contact.'

#archaeology #PNG #pottery #tattooing #anthropology

theconversation.com/men-traded

The ConversationMen traded wares – but women traded knowledge: what a new archaeological study tells us about PNG sea trade
More from The Conversation AU + NZ

The @w3c recently released version 3 of the #PNG spec more than 2 decades after version 2 was released in 2003. The new spec largely makes official various extensions already in use like animated PNGs, HDR support, and EXIF metadata, so many browsers and graphics apps already largely support it.

Here’s an article by Chris Blume, who is the chair of the W3C PNG Working Group: programmax.net/articles/png-is

1/2

www.programmax.netPNG is back!After 20 years, PNG is back with renewed vigor! A new PNG spec was just released.

xda-developers.com/png-file-fo

The PNG format itself has just received its first update in about 20 years:

The PNG format can now support HDR images, the new HDR-capable PNG is already supported by most browsers.

Personally I'm still a fan of WebP and AVIF, much more recent standards, that support Lossless Compression just like PNG, or Lossy compression like JPG's, giving the user more flexibility. But that's just me personally.

XDA · I didn't know the PNG file format could receive updates, but it got one anywayRemember APNGs? The PNG Working Group does.
#PNG#HDR#OpenSource