Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-29 Thread Mattias Gaertner
On Wed, 29 Nov 2006 10:28:35 +0100 (CET) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Wed, 29 Nov 2006, Mattias Gaertner wrote: > > > On Tue, 28 Nov 2006 23:50:09 +0100 > > Marc Weustink <[EMAIL PROTECTED]> wrote: > > > > > [EMAIL PROTECTED] wrote: > > > >> [EMAIL PROTECTED] wrote:

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-29 Thread Michael Van Canneyt
On Wed, 29 Nov 2006, Mattias Gaertner wrote: > On Tue, 28 Nov 2006 23:50:09 +0100 > Marc Weustink <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: > > >> [EMAIL PROTECTED] wrote: > > > Normally when using the package (jpegforlazarus or > > images4lazarus), the > > > IDE a

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-29 Thread Mattias Gaertner
On Tue, 28 Nov 2006 23:50:09 +0100 Marc Weustink <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >> [EMAIL PROTECTED] wrote: > > Normally when using the package (jpegforlazarus or > images4lazarus), the > > IDE adds the unit to program source and thus the lazjpeg unit > >> i

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Marc Weustink
[EMAIL PROTECTED] wrote: >> [EMAIL PROTECTED] wrote: > Normally when using the package (jpegforlazarus or images4lazarus), the > IDE adds the unit to program source and thus the lazjpeg unit >> is used. Now we are at the topic, last weekend I was demonstrating with a

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Marco van de Voort
> Marco van de Voort schreef: > >> [EMAIL PROTECTED] wrote: > > > >>> I thought streaming was always done little endian. On big endian > >>> systems, data is converted when necessary. > >> Images are streamed as data (byte stream). They are not converted. > >> All other values are as you told (aut

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Vincent Snijders
Marco van de Voort schreef: [EMAIL PROTECTED] wrote: I thought streaming was always done little endian. On big endian systems, data is converted when necessary. Images are streamed as data (byte stream). They are not converted. All other values are as you told (auto converted). The endianess

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Marco van de Voort
> [EMAIL PROTECTED] wrote: > > I thought streaming was always done little endian. On big endian > > systems, data is converted when necessary. > > Images are streamed as data (byte stream). They are not converted. > All other values are as you told (auto converted). > > The endianess is up to th

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Mattias Gaertner
On Tue, 28 Nov 2006 12:49:31 +0100 [EMAIL PROTECTED] wrote: > > > - Origineel bericht - > Van: [EMAIL PROTECTED] (Marco van de Voort) > Datum: dinsdag, 28 november 2006 12:34 > Onderwerp: Re: GetFPImageReaderForFileExtension question for .jpg > > &g

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread vsnijders
> [EMAIL PROTECTED] wrote: > >>> Normally when using the package (jpegforlazarus or > >> images4lazarus), the > >>> IDE adds the unit to program source and thus the lazjpeg unit > is > >> used. > >> Now we are at the topic, last weekend I was demonstrating with a > >> jpeg in > >> a TPicture.

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Normally when using the package (jpegforlazarus or images4lazarus), the IDE adds the unit to program source and thus the lazjpeg unit is used. Now we are at the topic, last weekend I was demonstrating with a jpeg in a TPicture. When loading the image in the IDE, the

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread vsnijders
- Origineel bericht - Van: [EMAIL PROTECTED] (Marco van de Voort) Datum: dinsdag, 28 november 2006 12:34 Onderwerp: Re: GetFPImageReaderForFileExtension question for .jpg > > Mattias Gaertner wrote: > > >> Using the unit lazjpeg should be enough, no other code should

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Marco van de Voort
> Mattias Gaertner wrote: > >> Using the unit lazjpeg should be enough, no other code should be > >> required ? > > > > Correct. > > Normally when using the package (jpegforlazarus or images4lazarus), the > > IDE adds the unit to program source and thus the lazjpeg unit is used. > > Now we are at

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread vsnijders
> > Normally when using the package (jpegforlazarus or > images4lazarus), the > > IDE adds the unit to program source and thus the lazjpeg unit is > used. > Now we are at the topic, last weekend I was demonstrating with a > jpeg in > a TPicture. When loading the image in the IDE, the *.jpg fit

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-28 Thread Marc Weustink
Mattias Gaertner wrote: On Mon, 27 Nov 2006 23:36:03 +0100 (CET) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Mon, 27 Nov 2006, Alexandre Leclerc wrote: 2006/11/27, Alexandre Leclerc <[EMAIL PROTECTED]>: Hi all, I don't know why but the function is returning no reader for .jpg. Do I n

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-27 Thread Mattias Gaertner
On Mon, 27 Nov 2006 23:36:03 +0100 (CET) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Mon, 27 Nov 2006, Alexandre Leclerc wrote: > > > 2006/11/27, Alexandre Leclerc <[EMAIL PROTECTED]>: > > > Hi all, > > > > > > I don't know why but the function is returning no reader > > > for .jpg.

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-27 Thread Alexandre Leclerc
2006/11/27, Michael Van Canneyt <[EMAIL PROTECTED]>: On Mon, 27 Nov 2006, Alexandre Leclerc wrote: > 2006/11/27, Alexandre Leclerc <[EMAIL PROTECTED]>: > > Hi all, > > > > I don't know why but the function is returning no reader for .jpg. Do > > I need to register a special class or do anythin

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-27 Thread Michael Van Canneyt
On Mon, 27 Nov 2006, Alexandre Leclerc wrote: > 2006/11/27, Alexandre Leclerc <[EMAIL PROTECTED]>: > > Hi all, > > > > I don't know why but the function is returning no reader for .jpg. Do > > I need to register a special class or do anything special? > > {$IFDEF UseSimpleJpeg} > Add('jpg', '

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-27 Thread Colin Western
Alexandre Leclerc wrote: 2006/11/27, Alexandre Leclerc <[EMAIL PROTECTED]>: Hi all, I don't know why but the function is returning no reader for .jpg. Do I need to register a special class or do anything special? {$IFDEF UseSimpleJpeg} Add('jpg', 'Joint Picture Expert Group',TJpegImage); {

Re: GetFPImageReaderForFileExtension question for .jpg

2006-11-27 Thread Alexandre Leclerc
2006/11/27, Alexandre Leclerc <[EMAIL PROTECTED]>: Hi all, I don't know why but the function is returning no reader for .jpg. Do I need to register a special class or do anything special? {$IFDEF UseSimpleJpeg} Add('jpg', 'Joint Picture Expert Group',TJpegImage); {$ENDIF} Do I need any spe

[lazarus] GetFPImageReaderForFileExtension question for .jpg

2006-11-27 Thread Alexandre Leclerc
Hi all, I don't know why but the function is returning no reader for .jpg. Do I need to register a special class or do anything special? Regards. -- Alexandre Leclerc _ To unsubscribe: mail [EMAIL PROTECTED] with