mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +02:00
* "To many colors" -> "Too many colors" (remark by Gerold Veith, mantis
#11909) git-svn-id: trunk@11605 -
This commit is contained in:
parent
702817a4e5
commit
1bf9ae2b4f
@ -412,7 +412,7 @@ begin
|
|||||||
FPalette.Build (TheImage);
|
FPalette.Build (TheImage);
|
||||||
end;
|
end;
|
||||||
if ThePalette.count > 256 then
|
if ThePalette.count > 256 then
|
||||||
raise PNGImageException.Create ('To many colors to use indexed PNG color type');
|
raise PNGImageException.Create ('Too many colors to use indexed PNG color type');
|
||||||
ColorType := 3;
|
ColorType := 3;
|
||||||
FUsetRNS := C > 1;
|
FUsetRNS := C > 1;
|
||||||
BitDepth := 8;
|
BitDepth := 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user