[EMAIL PROTECTED] píše v Po 24. 03. 2008 v
19:36 +0100:
> > But I failed converting this YUV colorspace MIFF back to RGB JPEG by
> 
> The easiest solution is
> 
>    convert photo-0001.jpg -interlace partition yuv:test
> 
> This creates separate Y, U, and V image channels.

Thanks for reply, but my problem is converting separate Y, U, V channels
_back_ to RGB. How do I do this with ImageMagick?

And as a sidenote - I need separate Y, U and V channels in format
preferably editable e.g. by Gimp, so I'm not sure of how much use is
"raw" data obtained by "-interlace partition yuv:" in your example.

Your example produces test.U, test.V and test.Y files, how do use them?
Convert or identify commands fail to recognize them, could you please 
provide some examples how to feed them e.g. to convert command?


Vit


_______________________________________________
Magick-bugs mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-bugs

Reply via email to