From 759f8e30821d427ca53b040aa525193f635a6017 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 18 May 2022 11:14:30 -0700 Subject: [PATCH] Comment. --- src/pixie/fileformats/jpeg.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pixie/fileformats/jpeg.nim b/src/pixie/fileformats/jpeg.nim index 32dd347..5fd6ca1 100644 --- a/src/pixie/fileformats/jpeg.nim +++ b/src/pixie/fileformats/jpeg.nim @@ -9,6 +9,7 @@ import pixie/common, pixie/images, pixie/masks, sequtils, strutils, chroma, # * 4:4:4, 4:2:2, 4:1:1, 4:2:0 resampling modes # * progressive # * restart markers +# * Exif orientation # * https://github.com/daviddrysdale/libjpeg # * https://www.youtube.com/watch?v=Kv1Hiv3ox8I