Registry / utility / imgix
library4.1.1rbrubygemsunverified

Easily create and sign imgix URLs for image manipulation and delivery.

gem install imgix
INSTALL
IMPORT
SIG · IMGIX
I
imgix
utilityrubyv4.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Imgix
require 'imgix'

Generate a signed imgix URL with width and height parameters.

require 'imgix' client = Imgix::Client.new(domain: 'my-assets.imgix.net', secure_url_token: 'TOKEN') url = client.path('/image.jpg').to_url(w: 400, h: 300) puts url
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
imgix — gem install imgix · libregistry