-
Problem occurs with basic queries such as:
``` ruby
User.first
```
Setup:
**jruby**
``` zsh
➜ project git:(master) ✗ rbenv version
jruby-9.0.0.0.pre2 (set by .ruby-version)
```
**Gemfile.lock**
…
-
Tried installing the latest version of the Image Optimizer (3.0.24) in to my Visual Studio 2012 (Version 11.0.61030.00 Update 4).
After restarting, a message was displayed stating that the Package di…
-
First of all thank you for ImageOptimizer !!!!
I have a lot of png's that I optimized using optipng.exe -o7 -strip all Filename.png.
Source : http://www.thewebflash.com/2014/05/how-to-optimize-jpeg-…
-
pngout is run with parameters that strip the pHYs chunk that declares the image's resolution. This causes behavioral changes for images at non-default resolutions (e.g. 300dpi "Retina" images).
This …
-
My config.yml looks as follows:
```
baker:
processors:
- imageoptimizer
- cssmin
- copy
jinja:
twig_compatibility: true
site:
author: Michal Zimmermann
description: Pieces of knowledge …
-
I find when I use the optimize command, the colors sometimes get messed up.
-
```
localhost:problem michael$ bundle
/Users/michael/.rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/request_set/lockfile.rb:255:in `parse_DEPENDENCIES': undefined method `version' for nil:N…
-
Hello! Is there a way/option to remove the output information every time an optimization is done?
-
The size of the images is killing page load speed. Need to optimize them for the web.
http://developers.google.com/speed/pagespeed/insights/
http://www.imageoptimizer.net/Pages/Home.aspx
-
Is it working in combination with cloudinary/cloudinary_gem ? I have the following simple uploader:
``` ruby
class ImageUploader < CarrierWave::Uploader::Base
include Cloudinary::CarrierWave
incl…