LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Jpeg To Yuv (https://www.linuxquestions.org/questions/linux-software-2/jpeg-to-yuv-283485/)

maldini1010 01-28-2005 04:58 PM

Jpeg To Yuv
 
HELLO,

I'M LOOKING FOR A WAY TO CONVERT A JPEG IMAGE INTO A YUV IMAGE. DOES ANYONE KNOW ANY FUNCTION OR LIBRARIES WHICH WOULD EASILY DO THIS CONVERSION.

THANKS
MALDINI

wipe 01-28-2005 10:42 PM

Hi,

You can use ImageMagick (or GraphicsMagick). It comes with every major distribution and contains command line tools (e.g. convert) and libraries. Please keep Caps Lock off when posting.

Regards
Simon

maldini1010 01-28-2005 11:45 PM

Hi ,

I should have no problem using the source code of this applicaiton, in order to use it in my c++ code right?
Well just the part which would convert from jpeg to yuv image.

Ps my bad on the upper case.
maldini

wipe 01-29-2005 12:28 PM

I suppose it's easy to link (dynamically) the ImageMagick library (libMagick.so.X) into your app. The C++ API documentation on the Web: http://studio.imagemagick.org/Magick++/.

Simon


All times are GMT -5. The time now is 03:33 PM.