jekyll-minimagick icon indicating copy to clipboard operation
jekyll-minimagick copied to clipboard

MiniMagick integration for Jekyll

Results 12 jekyll-minimagick issues
Sort by recently updated
recently updated
newest added

[warning: noob] Have a pretty vanilla Jekyll that was running fine until I tried adding `jekyll-minimagick`. Here's the error I keep bumping into: ``` 1: from /Users/tim/.rvm/gems/ruby-2.6.3/gems/jekyll-4.0.0/lib/jekyll/static_file.rb:161:in `url' /Users/tim/.rvm/gems/ruby-2.6.3/gems/jekyll-4.0.0/lib/jekyll/static_file.rb:148:in `cleaned_relative_path':...

I notice that you haven't specified a license. Could you specify a license or indicate that this is in the Public Domain?

Bumps [mini_magick](https://github.com/minimagick/minimagick) from 3.3 to 4.9.5. Release notes *Sourced from [mini_magick's releases](https://github.com/minimagick/minimagick/releases).* > ## v4.9.5 > * Fixed `MiniMagick::Image.open` not working with non-ASCII filenames anymore after previous version (thanks to...

dependencies

I am getting below error, can you please suggest ? **Unable to get image dimensions for "C:/Vishal/jekyll work/segurodeautomovel-org/_site/uploads/Screen%20Shot%202018-07-24%20at%2015.54.11.JPG". For local files, build the site with '--skip-initial-build' for better results. [Error:...

Hey, I'm trying other commands in the config file like 'format' and 'crop' but nothing appears to be happening. Is there support for the standard ImageMagick commands other than resize?...

Recurse through sub-folders of the source. Also combine options in to a single command. Allows you to use -gravity for example ``` mini_magick: thumbnail: source: "images" destination: "images/_thumb" resize: "100x100^"...

The current source for Minimagick isn't completely implementing the initialisation of a new StaticFile. https://github.com/zroger/jekyll-minimagick/blob/master/lib/jekyll-minimagick.rb#L15-L23 https://github.com/jekyll/jekyll/blob/master/lib/jekyll/static_file.rb#L29-L38 Please mirror those changes as these omissions are causing problems for other plugins, e.g....

Does this not work if you have other folders/files in the directory that you're sourcing from? It only works if the source is a folder with only images inside.

I want to generate perfect thumbnails (100x100 forced, just a sample), is there any option on MiniMagic that could help with that? Thank you!

Hey there, Any idea what this might be? https://gist.github.com/MattReimer/7c496330d83defcef549