Re: [Gimp-developer] Three questions about opening an image and converting it to linear light RGB
- From: Nicolas Robidoux <nicolas robidoux gmail com>
- To: Gez <listas ohweb com ar>
- Cc: gimp-developer <gimp-developer-list gnome org>
- Subject: Re: [Gimp-developer] Three questions about opening an image and converting it to linear light RGB
- Date: Fri, 4 Apr 2014 08:53:50 +0200
Some operations are made worse if you don't allow out of "gamut" values
(e.g. blacker than black and whiter than white).
The first example that comes to mind is convolutions that are implemented
in a separable way and that have negative coefficients.
I vaguely remember something about resampling with a transparency channel
too (which is done correctly in ImageMagick; there is a thread where I
question this and then "approve" in the ImageMagick forums).
So: If your operation is made worse by out of "gamut" values, clamp them
first thing.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]