RE: [DUG]: SavePictureDialog

1999-02-18 Thread Peter Hyde
Jim wrote: > There is way to convert a BMP to a GIF, but I don't know how to convert a > GIF to BMP. Libraries like ImageLib provide ways to do it, and you can probably find freeware functions out there also. BUT, GIFs are to be avoided, given a choice, as the LZW code used for them is under

RE: [DUG]: SavePictureDialog

1999-02-18 Thread Jim Zheng
ts of list delphiSubject: [DUG]: SavePictureDialog Can someone enlighten me This is just a component for saving a bitmap picture and displaying recognised filetypes right? Why I ask is that the filetypes of save include GIFin the component, but if you try to save a GIF th

[DUG]: SavePictureDialog

1999-02-16 Thread Alistair George
Can someone enlighten me This is just a component for saving a bitmap picture and displaying recognised filetypes right? Why I ask is that the filetypes of save include GIFin the component, but if you try to save a GIF then an error occurs. I suspect that one has to use a 3rd party or d