simple imaging .

Hi -

i need to write a simple imaging applicaton for previewing image.
the inputs are 4 raw data separations which i need to :

  1. clip (if nessesary).
  2. rotate (if nessasery).
  3. combine them all to a single jpeg file.

i can parallae most of the work.
Does it make sense doing it in Cuda - gpu progamming ? if so is there a sample which i can rely on ?

Thanks a lot.
Itay.

Maybe the GPU functionality of OpenCV is useful for you: [url]http://docs.opencv.org/modules/gpu/doc/image_processing.html[/url]