rails / devcontainer

MIT License
63 stars 19 forks source link

Feature 'variantProcessor' Option Description #47

Closed t-ohtsuka89 closed 3 months ago

t-ohtsuka89 commented 3 months ago

Description

This pull request introduces a new option called variantProcessor for the Active Storage feature. This option allows users to specify the image processing library they want to use, with the default set to vips. The available options are vips and mini_magick.

Changes Made

Motivation

The variantProcessor in Rails' Active Storage originally supports both vips and mini_magick. However, this feature only supported vips. This PR aims to enhance the functionality by adding support for mini_magick, providing users with more flexibility in choosing their preferred image processing library.