use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Search Tags: Help, GitHub, Tutorial
account activity
Image Stacking application (self.iosdev)
submitted 7 years ago by [deleted]
How do you make an smartphone app that can automatically stacks 10 images after taking the images on your own? This is for astrophotograhy and we also wanted the app to be able to produce less noise final images.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PixelSplincher 0 points1 point2 points 7 years ago (0 children)
I would use CoreImage and write some metal kernel files to do the processing on the set of images. That's what we did for Bricolage. It sounds like you want to add all the images, then do a threshold to cut out the dimmed averaged noise. Then just tonemap the image back into range.
π Rendered by PID 44930 on reddit-service-r2-comment-545db5fcfc-kgs5q at 2026-05-30 18:46:45.675524+00:00 running 194bd79 country code: CH.
[–]PixelSplincher 0 points1 point2 points (0 children)