waqar syed - 2008-12-24

Hi
I am using this utility for transcoding the image based on device capabilities.
After the transcoding. image which I am getting is in destorted format.
also can any one please tell me the steps of using the APIS like which class to call first.
What i am doing is :-
1. I retrieved the device capabilities using wall
2. Send the image to device adapter class for resizing
3. Send the resized image to colorQuantizer class to reduce the color
4. send the final ouput image to transcoder class for transcoding.

Am I doing the right thing?