benjojo / app0-image-jpeg

A drop in replacement to image/jpeg that adds a APP0 segment

Home Page:https://blog.benjojo.co.uk/post/not-all-jpegs-are-the-same

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

From JPEG to JFIF via an io.Writer

nigeltao opened this issue · comments

You might be interested in an alternative approach:
https://nigeltao.github.io/blog/2021/from-jpeg-to-jfif.html

Thanks @benjojo @nigeltao.

I use a similar approach to extend encoding/json.Decoder to expose error location using a JSON Pointer in my package jsonptrerror.