jwr1@kbin.earth to Programming@programming.dev · 2 days agoPNG is back!www.programmax.netexternal-linkmessage-square38fedilinkarrow-up1218arrow-down10file-textcross-posted to: webdev@programming.dev
arrow-up1218arrow-down1external-linkPNG is back!www.programmax.netjwr1@kbin.earth to Programming@programming.dev · 2 days agomessage-square38fedilinkfile-textcross-posted to: webdev@programming.dev
minus-squareIrdial@lemmy.sdf.orglinkfedilinkarrow-up90arrow-down2·2 days agoGreat news! PNG has always been my image format of choice due to its relatively good compression and support for transparency.
minus-squareaeroplayne@lemm.eelinkfedilinkarrow-up8·2 days agoDo you remember png? Well now it’s back. In pog form!
minus-squareRizzRustbolt@lemmy.worldlinkfedilinkarrow-up2·2 days agoEventually they’ll adopt the multi-page specs and finally push Adobe off the mountain.
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up64arrow-down1·edit-22 days ago PNG has terrible compression It’s fine if you’re using it for what it’s intended for, which is images with flat color or an ordered dither. It’s not great for compressing photographs, but then, that wasn’t what it was aimed at. Similarly, JPEG isn’t great at storing flat-color lossless images, which is PNG’s forte. Different tools for different jobs.
Great news! PNG has always been my image format of choice due to its relatively good compression and support for transparency.
Do you remember png? Well now it’s back. In pog form!
Eventually they’ll adopt the multi-page specs and finally push Adobe off the mountain.
deleted by creator
It’s fine if you’re using it for what it’s intended for, which is images with flat color or an ordered dither.
It’s not great for compressing photographs, but then, that wasn’t what it was aimed at.
Similarly, JPEG isn’t great at storing flat-color lossless images, which is PNG’s forte.
Different tools for different jobs.