Am Sat, 22 Nov 2008 10:50:31 +0100 schrieb Francesco Romani <[EMAIL PROTECTED]>:
> On Sat, 2008-11-22 at 10:09 +0100, Francesco Romani wrote: > > > to UYVY. This happened roughly around the time of colorspace > > identification (--use_rgb, -V --uyvy merged into -V). > ^^^^^^^^^^^^^^^^ > unification > > > The solution looks easy enough: allow UYVY to be specified via -V. > > Not that easy, really. I'm tacking this chance to cleanup some > internal mess and finally clarify some things, but the patch seems > invasive (and can have a few consequences which deserve a few more > thinking). > > For HEAD, no big deal. For 1.1.x (given we're in RC stage), I dunno. > > Bests, > Alright, I guess it would affect a lot of the internal conversations. I only asked because of Wasilios Goutas question on the user list. It would be possible to do what he wants if the format was still packed. What about an option for import_raw to specify the source color model? If the core can't handle the specified model the module converts it to something it can. Export_raw does something similar already. stefan