View Full Version : DELPHI programming question


mchorlton
Jul 03, 2002, 03:36 PM
I want to load JPEG pictures into an image frame, but it only lets me load Bitmaps. Does anyone know a way of doing this? There are lots of images so it would be impossible to store them all as bitmaps.

ainwood
Jul 05, 2002, 05:14 AM
Try searching for a custom control to use in place of the image frame. I think that the issue is that Delphi won't ship with something that supports JPEG, as the compression algorithm is copyrighted - ie not free.

mchorlton
Jul 05, 2002, 12:41 PM
ok, thanks:)