Hi, I need an easy way to display jpegs in Delphi (no editing required, just displaying). I have tried just loading it into a TImage component, but it says the file has an unrecognised extension (bitmaps only I guess). So, is there a way to do inline conversion quickly, or a component that will do this? Otherwise I will have to distribute a few hundred megs of bitmaps with my app (not good). Thanks.