Hi -
i need to write a simple imaging applicaton for previewing image.
the inputs are 4 raw data separations which i need to :
- clip (if nessesary).
- rotate (if nessasery).
- 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.