Added dummy encodings

This commit is contained in:
Peter Williams 2017-08-07 13:36:39 +10:00
parent 38fa0f1fb4
commit 2bd4a0a995

View File

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