From: Daniel Fleischer <danflscr@gmail.com>
To: "Felix E. Klee" <felix.klee@inka.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Displaying images
Date: Sun, 15 Jan 2023 21:27:03 +0200 [thread overview]
Message-ID: <m27cxnmwe0.fsf@gmail.com> (raw)
In-Reply-To: <87r0vwm6f6.fsf@inka.de> (Felix E. Klee's message of "Sun, 15 Jan 2023 11:35:41 +0100")
Felix E. Klee [2023-01-15 Sun 11:35] wrote:
> * I bought a Sony ZV-1 digital camera, and its ARW raw images don’t
> display. I already have an idea how to solve that, not too
> important now.
A few words about raw images. These are not really images but the raw
sensor data; every pixel and the amount of light it captured. There is
no color information. The color comes from filters put on top of the
image sensor. The process of converting raw photons counts into RGB
pixels is called demosaicing and is very nuanced; you can apply color
corrections, remove dead pixels, do noise reduction and the "formulas"
are specific for every file format and every camera model and sometimes
the lens used. There are specific applications that process raw images,
including open source ones. Most of the open source software use either
dcraw (CLI tool) or libraw (library). A processing step is needed to
convert the raw image into a real image (png,jpg,bmp,tiff, etc). Maybe
you can use the CLI tool for fast conversion for preview purposes.
--
Daniel Fleischer
next prev parent reply other threads:[~2023-01-15 19:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-15 10:35 Displaying images Felix E. Klee
2023-01-15 11:40 ` Jean Louis
2023-01-15 12:09 ` Emanuel Berg
2023-01-15 19:27 ` Daniel Fleischer [this message]
2023-01-15 19:48 ` Felix E. Klee
2023-01-19 9:30 ` Felix E. Klee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m27cxnmwe0.fsf@gmail.com \
--to=danflscr@gmail.com \
--cc=felix.klee@inka.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).