mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
The palette of an indexed color space can be stored in a StringToken
This commit is contained in:
parent
d1a6debfb6
commit
b225033916
@ -181,6 +181,10 @@
|
||||
{
|
||||
tableBytes = tableStreamToken.Decode(filterProvider, scanner);
|
||||
}
|
||||
else if (DirectObjectFinder.TryGet(fourth, scanner, out StringToken stringToken))
|
||||
{
|
||||
tableBytes = stringToken.GetBytes();
|
||||
}
|
||||
else
|
||||
{
|
||||
return UnsupportedColorSpaceDetails.Instance;
|
||||
|
Loading…
Reference in New Issue
Block a user