mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 23:10:33 +01:00
* Patch from Andrey Korol, fix number of desired colors for Greyscale (bug id 30531)
git-svn-id: trunk@34465 -
This commit is contained in:
parent
8185da31e6
commit
d4b581c10a
@ -211,7 +211,7 @@ var
|
||||
if (FInfo.out_color_space = JCS_GRAYSCALE) then
|
||||
begin
|
||||
FInfo.quantize_colors := True;
|
||||
FInfo.desired_number_of_colors := 236;
|
||||
FInfo.desired_number_of_colors := 256;
|
||||
end;
|
||||
|
||||
if FPerformance = jpBestSpeed then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user