This looks good, but I would prefer that you send as git format-patch
or pull request so it contains your authorship and commit message.

On Sun, Feb 9, 2014 at 3:17 PM, Janne Liljeblad
<janne.liljeb...@gmail.com> wrote:
> Hi,
>
> With this mail there is a patch that adds a "rgblut" filter to module "plus".
>
> The "rgblut" filter provides a simple string based interface to
> implement color correction with look-up tables.
>
> The motivation for this plugin came when I was implementing GUI
> component for a Catmull-Rom curves filter, and realized that I would
> have to re-implment the same code in C to get the feature working.
> Then I realized that _all_color correction is implemented as look-up
> tables, so to get arbitary color corretion for my Python application I
> would only need a single filter that would read the look-up tables
> from properties, and then apply those tables to each channel.
>
> The "rgblut" filter has three properties "R_table","G_table" and
> "B_table". Correct input for each property is a string that contains
> 256 half-comma separated integer values in range 0 - 255, for example:
> "0;1;2;3;4;5...253;254;255" for a no-op look-up table. If a correct
> number of tokens is not found in the input, then a no-op look-up table
> is used instead.
>
> Having this filter availeble in MLT would enable Flowblade to quickly
> and easily implement a lot of different color correction, so please
> add this to MLT.
>
>
> Regards,
>
> Janne Liljeblad
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> Mlt-devel mailing list
> Mlt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mlt-devel
>



-- 
+-DRD-+

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to