Exception: SafeImage::VipsUnavailableError

Inherits:
UnsupportedFormatError show all
Defined in:
lib/safe_image.rb

Overview

Raised when the native libvips helper cannot initialize or execute. configure!(backend: :vips) surfaces this at boot; operations never fall back to ImageMagick.

Instance Attribute Summary

Attributes inherited from Error

#original_error_class, #stderr_tail

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from SafeImage::Error