Live data from Hacker News

Viewing profile — HedgeGriffon

HedgeGriffon

HN member
Joined
Thu, Mar 17, 2022, 8:38 PM UTC
HN karma
2
Public activity
2 items

About HedgeGriffon

Writing code for cash since 1989.

Recent public activity

  1. comment
    Comment #32075113

    Umm.. not compression artifacts. GIF uses lossless LZW. Maybe color palette artifacts since GIFs are usually palettized and not true color (although with a tortured use of local co…

  2. comment
    Comment #30715664

    Libjpeg does have support for it. Unfortunately, you have to have two copies of the library, one for 8 bit and one for 12. And you have to rename all the API methods in one of the …