Search found 1 match
- 2012-07-11T03:02:53-07:00
- Forum: Users
- Topic: cmdline convert YUV 422p to JPG versus MagickWand api
- Replies: 0
- Views: 4743
cmdline convert YUV 422p to JPG versus MagickWand api
Hi all, first time poster :-) I'm, trying to implement a format conversion using MagickWand C api. The source image is an YUV 422p 720x576 frame we get from a custom hardware. The first part of the image contains all the Y components and the second part contains half U and half V components ...