[Lazarus] TFPWriterJPEG quality
Aradeonas
aradeonas at operamail.com
Wed Nov 18 10:15:46 CET 2015
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 inherited Create; FPerformance
> := jpBestQuality; FProgressiveEncoding := False; FGrayScale :=
> False; FQuality := 75; end;
Regards, Ara
--
http://www.fastmail.com - The way an email service should be
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151118/bdb63227/attachment-0003.html>
More information about the Lazarus
mailing list