aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-09 12:59:51 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-09 13:13:17 +0200
commit8953e6beea84a8cebd44b53e36929a3e076a2544 (patch)
tree81c1283fde08b4b659b1bbf244016f77b2a098e1
parent2e8bbf0e43a49abcaa7ac55958b644be2f5e1af1 (diff)
downloadfiv-8953e6beea84a8cebd44b53e36929a3e076a2544.tar.gz
fiv-8953e6beea84a8cebd44b53e36929a3e076a2544.tar.xz
fiv-8953e6beea84a8cebd44b53e36929a3e076a2544.zip
Update comments
-rw-r--r--fiv-thumbnail.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fiv-thumbnail.c b/fiv-thumbnail.c
index 848c299..5515893 100644
--- a/fiv-thumbnail.c
+++ b/fiv-thumbnail.c
@@ -286,7 +286,8 @@ extract_libraw_unpack(libraw_data_t *iprc, int *flip, GError **error)
// because decoding a thumbnail will always be /much/ quicker than a render.
// TODO(p): Maybe don't mark raw image thumbnails as low-quality
// if they're the right aspect ratio, and of sufficiently large size.
- // And I still worry about tflip.
+ // The only downsides to camera-provided thumbnails seem to be cropping,
+ // and when they're decoded incorrectly. Also don't trust tflip.
float output_pixels = (float) iprc->sizes.iwidth * iprc->sizes.iheight;
// Note that the ratio may even be larger than 1, as seen with CR2 files.
while (i < count &&
@@ -363,7 +364,6 @@ extract_libraw_unpack(libraw_data_t *iprc, int *flip, GError **error)
// The main image's "flip" often matches up, but sometimes doesn't, e.g.:
// - Phase One/H 25/H25_Outdoor_.IIQ
// - Phase One/H 25/H25_IT8.7-2_Card.TIF
- // - Leaf/Aptus 22/L_003172.mos (JPEG)
*flip = iprc->sizes.flip
return TRUE;
}
@@ -457,7 +457,8 @@ extract_libraw(GFile *target, GMappedFile *mf, GError **error)
// - Samsung/NX200/2013-05-08-194524__sam6589.srw
// - Sony/DSC-HX95/DSC00018.ARW
// Note that LibRaw inserts its own Exif segment if it doesn't find one,
- // and this may differ from flip.
+ // and this may differ from flip. It may also be wrong, as in:
+ // - Leaf/Aptus 22/L_003172.mos
//
// Some files are problematic and we won't bother with special-casing:
// - Nokia/Lumia 1020/RAW_NOKIA_LUMIA_1020.DNG (bitmap) has wrong color.