
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Shrine plugin for generate Thumbhash from image attachments.
Install the gem and add to the application's Gemfile by executing:
$ bundle add shrine-thumbhash
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install shrine-thumbhash
:ruby_vips
to image_loader option):mini_magick
to image_loader option)require "shrine"
require "shrine/storage/memory"
require "shrine/plugins/thumbhash"
Shrine.plugin :thumbhash
Shrine.storages[:store] = Shrine::Storage::Memory.new
uploader = Shrine.new(:store)
image = File.open("path/to/image.jpg", binmode: true)
uploaded_file = uploader.upload(image)
uploaded_file.thumbhash
# => Base64 encoded thumbhash such as "YJqGPQw7sFlslqhFafSE+Q6oJ1h2iHB2Rw=="
uploaded_file.thumbhash_urlsafe
# => URLsafe Base64 encoded thumbhash such as "YJqGPQw7sFlslqhFafSE-Q6oJ1h2iHB2Rw=="
When specify false, thumbhash will be without padding.
Default: true
Shrine.plugin :thumbhash, padding: false
... # omit
uploaded_file.thumbhash
# => Base64 encoded thumbhash without padding such as "YJqGPQw7sFlslqhFafSE+Q6oJ1h2iHB2Rw"
uploaded_file.thumbhash_urlsafe
# => URLsafe Base64 encoded thumbhash without padding such as "YJqGPQw7sFlslqhFafSE-Q6oJ1h2iHB2Rw"
A ruby object be used for loading and resizeing image.
When you choose from our implementations, you can specify them by Symbol.
:ruby_vips
:mini_magick
Default: :ruby_vips
If you want to use something other than our implementations, you can implement it yourself.
See lib/shrine/plugins/image_loader/ruby_vips.rb
.
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and the created tag, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/takayamaki/shrine-thumbhash.
FAQs
Unknown package
We found that shrine-thumbhash demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.