Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Norbert Crettol
On 18/11/15 15:32, Lukasz Sokol wrote: On 18/11/15 13:55, Norbert Crettol wrote: On 18/11/15 14:38, Mattias Gaertner wrote: On Wed, 18 Nov 2015 05:22:44 -0800 Aradeonas wrote: Maximum 100 I think.At least it is better that 75. More is better ;) If you want a

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Rik van Kekem
Norbert Crettol wrote: On 18/11/15 15:32, Lukasz Sokol wrote: There are numerous reasons why it is so, feel free to search the Net for 'Netiquette' ;) Thanks for the reminder. I'll do that Also strip all non-relevant quoting from your reply :) Grtz, Rik --

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Mattias Gaertner
On Wed, 18 Nov 2015 01:04:43 -0800 Aradeonas wrote: > Hi, > > Why TFPWriterJPEG default quality is set to 75? I think there isnt need > for this and if anyone want more compression he will set it. > > constructor TFPWriterJPEG.Create; begin  inherited Create; > >

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Mattias Gaertner
On Wed, 18 Nov 2015 04:37:49 -0800 Aradeonas wrote: > Because It decrease quality but becuase JPEG is a lossy format its not > much important setting this value but its good to have the best value as > default. What is the best value? Mattias --

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Aradeonas
Because It decrease quality but becuase JPEG is a lossy format its not much important setting this value but its good to have the best value as default. Regards, Ara -- http://www.fastmail.com - Faster than the air-speed velocity of an unladen european swallow --

[Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Aradeonas
Hi, Why TFPWriterJPEG default quality is set to 75? I think there isnt need for this and if anyone want more compression he will set it. > constructor TFPWriterJPEG.Create; begin  inherited Create; > FQuality:=75; end; Also it is in TJPEGImage : > constructor TJPEGImage.Create; begin 

[Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Aradeonas
Hi, Why TFPWriterJPEG default quality is set to 75? I think there isnt need for this and if anyone want more compression he will set it. > constructor TFPWriterJPEG.Create; begin  inherited Create; > FQuality:=75; end; Also it is in TJPEGImage : > constructor TJPEGImage.Create; begin 

[Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Aradeonas
Hi, Why TFPWriterJPEG default quality is set to 75? I think there isnt need for this and if anyone want more compression he will set it. > constructor TFPWriterJPEG.Create; begin  inherited Create; > FQuality:=75; end; Also it is in TJPEGImage : > constructor TJPEGImage.Create; begin 

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Aradeonas
Maximum 100 I think.At least it is better that 75. More is better ;) Regards, Ara -- http://www.fastmail.com - A no graphics, no pop-ups email service -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Rik van Kekem
Aradeonas wrote: Maximum 100 I think.At least it is better that 75. More is better ;) Doesn't 100% create a (much) bigger file as a result? I think some other programs are using 90% as default. (always presented to the user to change !!)

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Mattias Gaertner
On Wed, 18 Nov 2015 05:22:44 -0800 Aradeonas wrote: > Maximum 100 I think.At least it is better that 75. More is better ;) If you want a lossless image, you use for example png, not jpg. (100 in jpg is still not lossless). You choose the jpg format to get a small file.

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Aradeonas
Thinking again shows me you right and there is not a point for this. Regards, Ara -- http://www.fastmail.com - A no graphics, no pop-ups email service -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Norbert Crettol
Hello, To display my photographs on a monitor, I usually use a 80% jpeg compression. That's not good for printing but fair enough for a computer monitor. If you want a better quality, don't compress. Norbert BTW: this is my first post on this list On 18/11/15 14:38, Mattias Gaertner wrote:

Re: [Lazarus] TFPWriterJPEG quality

2015-11-18 Thread Lukasz Sokol
On 18/11/15 13:55, Norbert Crettol wrote: > On 18/11/15 14:38, Mattias Gaertner wrote: >> On Wed, 18 Nov 2015 05:22:44 -0800 >> Aradeonas wrote: >> >>> Maximum 100 I think.At least it is better that 75. More is better ;) >> >> If you want a lossless image, you use for