Sha256: 7089d053d11966f8d195cff79638fd5c46af4d6ba4f5017c3fe0ceea8a7254da
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
module WebpFfi 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.2 | lib/webp_ffi/error.rb |