Add RL abbreviation for run length decode.
This commit is contained in:
parent
4616ee0ee8
commit
32b7eba6de
@ -249,7 +249,7 @@ var Parser = (function ParserClosure() {
|
||||
if (name == 'CCITTFaxDecode' || name == 'CCF') {
|
||||
return new CCITTFaxStream(stream, params);
|
||||
}
|
||||
if (name == 'RunLengthDecode') {
|
||||
if (name == 'RunLengthDecode' || name == 'RL') {
|
||||
return new RunLengthStream(stream);
|
||||
}
|
||||
if (name == 'JBIG2Decode') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user