Sorry for late reply, GMail started to throw notifications from this forum to spam bin for some reason

When you mention "Bitmap", you don't mean converting to TBitmap right?
There's currently no direct way of doing what you want, you'd have to
modify ImagingJpeg.pas unit:
1) JpegLib used by Imaging to load Jpegs is able to return scaled images (but I think it only scales with retaining the original aspect ratio).
2) Currently JpegLib is set up to send full scanlines one by one to Imaging. You could modify it to drop some scanlines and resize the ones you want to 32 pixels wide.