mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-01 22:17:29 +08:00
Added dummy encodings
This commit is contained in:
parent
38fa0f1fb4
commit
2bd4a0a995
@ -12,4 +12,7 @@ var (
|
||||
// encoding parameters.
|
||||
// For example when trying to encode with an unsupported Predictor (flate).
|
||||
ErrUnsupportedEncodingParameters = errors.New("Unsupported encoding parameters")
|
||||
ErrNoCCITTFaxDecode = errors.New("CCITTFaxDecode encoding is not yet implemented")
|
||||
ErrNoJBIG2Decode = errors.New("JBIG2Decode encoding is not yet implemented")
|
||||
ErrNoJPXDecode = errors.New("JPXDecode encoding is not yet implemented")
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user