From: "Ian martin" Subject: Re: Bitmap.SaveToFile won't view Date: 17 May 1999 00:00:00 GMT Message-ID: <01bea08f$b4308a00$603da8c2@epicentre> References: <7hmbdi$7153@forums.borland.com> Organization: Another Netscape Collabra Server User Newsgroups: borland.public.delphi.graphics > A bitmap I save with TBitmap.SaveToFile (D4) won't load into PhotoShop 4. > What do I need to do to make the bitmap compatible ? PhotoShop won't read pf16bit images (i.e. high colour), set the pixel format to pf24bit. Ian.