此分析器依賴於第三方 ruby-vips 程式庫。Ruby-vips 需要 libvips 系統函式庫。
來源:顯示 | 位於 GitHub
# File activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb, line 7 def self.accept?(blob) super && ActiveStorage.variant_processor == :vips end