略過前往內容 略過前往搜尋

此分析器依賴於第三方 ruby-vips 程式庫。Ruby-vips 需要 libvips 系統函式庫。

方法
A

常數

ROTATIONS = /右上 | 左下 | 右上 | 左下/
 

類別公開方法

accept?(blob)

# File activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb, line 7
def self.accept?(blob)
  super && ActiveStorage.variant_processor == :vips
end