jekyll-responsive-image/lib/jekyll/responsive_image
Paul Adenot a9cf918103 Destroy the original image when done with resizing
When re-sizing a bunch of 24 megapixels image (direct from a digital camera) into responsive images, not destroying the `img` member made my server OOM (it does not have a lot of RAM, it's a cheap VPS).

Additionally, when re-generating the site, although there was no need to re-generate the images, it looked like it was still loading them up, and the GC was not kicking in so it was OOM-ing (or close to OOM-ing) as well.

This fixes both issues.
2016-03-16 18:35:34 +01:00
..
block.rb [Experimental] enable internal caching of responsive_image_block tag results 2016-02-02 20:46:22 +00:00
common.rb Modify `dirname` to be relative to `base_path` 2015-12-27 22:41:04 +00:00
defaults.rb Modify `dirname` to be relative to `base_path` 2015-12-27 22:41:04 +00:00
image_processor.rb Modify `dirname` to be relative to `base_path` 2015-12-27 22:41:04 +00:00
render_cache.rb [Experimental] enable internal caching of responsive_image tag results 2016-02-02 20:33:24 +00:00
resize_handler.rb Destroy the original image when done with resizing 2016-03-16 18:35:34 +01:00
tag.rb [Experimental] enable internal caching of responsive_image tag results 2016-02-02 20:33:24 +00:00
utils.rb Modify `dirname` to be relative to `base_path` 2015-12-27 22:41:04 +00:00
version.rb v0.15.0 2016-02-02 20:58:18 +00:00