Hi,
I'm writing an appliaction that reads jpg files from local file system, resize them and write to disk. During this process most time is taken by encoding bitmap data to jpeg file format. I'm wondering if it's possible to write bitmap data to file without encoding it. Is it really necessary to encode jpg data again as jpg data? or is there any way to do resizing really fast?