Re: [Gimp-developer] YCbCr (de)compose support [PATCH]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Michael Niedermayer <michaelni@xxxxxx> writes:

> this patch adds 
> YCbCr ITU-R Rec. BT.470-2 (== BT.624-4 seems to be == BT.601) and
> YCbCr ITU-R Rec. BT.709
> compose & decompose support

basically looks like it's worth to be included. You should file a
bug-report at http://bugs.gimp.org/ and attach your patch there.
(You first need to submit the patch before you can add a patch to
it.)

> @@ -136,7 +140,27 @@
>    { N_("CMYK"), 4, { N_("Cyan:"),
>                       N_("Magenta:"),
>                       N_("Yellow:"),
> -                     N_("Black:") }, N_("cmyk-compose"), compose_cmyk }
> +                     N_("Black:") }, N_("cmyk-compose"), compose_cmyk },
> +  { N_("YCbCr_ITU_R470"), 
> +               3, { N_("Y:"),
> +                    N_("Cb:"),
> +                    N_("Cr:"),
> +                    CHNL_NA }, N_("ycbcr470-compose"),  compose_ycbcr470 },
> +  { N_("YCbCr_ITU_R709"), 

does it really make sense to mark these strings for translation? I'd
prefer some more descriptive names but I guess it's not that easy
since these conversions are of a very technical nature. Perhaps
tooltips would help?


Salut, Sven


[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux