Skip to content

Commit

Permalink
Added dummy encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilliams97 committed Aug 7, 2017
1 parent 38fa0f1 commit 2bd4a0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pdf/core/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

0 comments on commit 2bd4a0a

Please sign in to comment.