Re: [fpc-pascal] How trate with JPG

2009-05-24 Thread Tomas Hajny
On Sun, May 24, 2009 22:48, Mattias Gaertner wrote: > On Sun, 24 May 2009 21:18:44 +0200 > Diego Antonio Lucena Pumar wrote: > >> >> Hi list: >> >> I have a question, is for a elementary program. What >> are the routines to manipulate with jpg image in FreePascal?. Thank, >> Dieg

Re: [fpc-pascal] How trate with JPG

2009-05-24 Thread Felipe Monteiro de Carvalho
Do you need to use only the FCL? If you can use the LCL then you can use TJpegImage which works just like TBitmap. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/f

Re: [fpc-pascal] How trate with JPG

2009-05-24 Thread Mattias Gaertner
On Sun, 24 May 2009 21:18:44 +0200 Diego Antonio Lucena Pumar wrote: > > Hi list: > > I have a question, is for a elementary program. What > are the routines to manipulate with jpg image in FreePascal?. Thank, > Diego Antonio Lucena Pumar. fpImage There are examples in the