Sha256: e7a0037f75cf461f78c1455c3994f72da7b4cb7a41f499051339f585eda04be0
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
module WebP ENCODER_ERRORS = [ "Version mismatch", "Invalid configuration", "Cannot read input picture file", "Cannot open output file", "Cannot crop picture", "Cannot resize picture", "Cannot encode picture as WebP"] class InvalidImageFormatError < StandardError; end class EncoderError < StandardError; end class DecoderError < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webp-ffi-0.1.3 | lib/webp/error.rb |