Search found 111 matches

by Dabrosny
2013-10-07T08:34:39-07:00
Forum: Developers
Topic: need explicitly linear and nonlinear GRAY colorspaces
Replies: 42
Views: 43058

Re: need explicitly linear and nonlinear GRAY colorspaces

-grayscale rec709luminance was specially created to produce a linear equivalent of rec709luma so that there was some way to generate linear grayscale images. Same for -grayscale rec601luminance vs rec601luma. These are not really listed colorspaces but just argument names. The problem with the -gra...
by Dabrosny
2013-10-07T06:56:22-07:00
Forum: Bugs
Topic: [RESOLVED]possible bug -grayscale rec709luminance 6.8.7.0
Replies: 10
Views: 9213

Re: possible bug -grayscale rec709luminance with PNG 6.8.7.0

I'm the OP of the discussion this apparently came out of. I'm not clear on whether this solves the colorspace problem. I wasn't aware that an image has a gamma property (how do I see it on the command line?), but this shouldn't be a substitute for setting a colorspace that accurately indicates what ...
by Dabrosny
2013-10-04T11:27:36-07:00
Forum: Developers
Topic: need explicitly linear and nonlinear GRAY colorspaces
Replies: 42
Views: 43058

Re: need explicitly linear and nonlinear GRAY colorspaces

But again, I do not think you can save that information in most image formats. So it would have to specially coded in the IM internal format and used only within a single command or saved to one of the IM formats such as MIFF or MPC or possibly PNG. That is a separate problem and won't be affected ...
by Dabrosny
2013-10-04T10:27:25-07:00
Forum: Developers
Topic: need explicitly linear and nonlinear GRAY colorspaces
Replies: 42
Views: 43058

Re: need explicitly linear and nonlinear GRAY colorspaces

Okay, so we agree that at least the output of -grayscale Rec709Luminance (and similar) in IM6 should automatically be labeled as some linear colorspace such as RGB (or ultimately something like LinearGray either now or in IM7). Would any maintainers or other care to comment in favor or against this?...
by Dabrosny
2013-10-03T11:05:26-07:00
Forum: Developers
Topic: need explicitly linear and nonlinear GRAY colorspaces
Replies: 42
Views: 43058

Re: need explicitly linear and nonlinear GRAY colorspaces

In what way would processing a "LinearGray" image differ from "RGB"? And how would processing "sRGBgray" differ from "sRGB"? In that case, we should label the result of "convert mysrgb.png -grayscale Rec709Luminance" as being in RGB colorspace (line...
by Dabrosny
2013-10-02T14:52:54-07:00
Forum: Developers
Topic: need explicitly linear and nonlinear GRAY colorspaces
Replies: 42
Views: 43058

need explicitly linear and nonlinear GRAY colorspaces

As it stands in 6.8.7-0, IM doesn't seem to distinguish between linear and nonlinear gray colorspaces, i.e. there's no analogue to RGB vs sRGB for single-channel images. This causes problems. To avoid ambiguity with "Gray", I suggest that we add an explicitly-linear 1-channel colorspace ca...