* Patch from Andrey Korol, fix number of desired colors for Greyscale (bug id 30531)

git-svn-id: trunk@34465 -
This commit is contained in:
michael 2016-09-09 05:48:05 +00:00
parent 8185da31e6
commit d4b581c10a

View File

@ -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