-
So I'm using the saver method to set the quality level of my JPEGs in my Shrine app.
```ruby
ImageProcessing::Vips
.source(image)
.autorot
.resize_to_fit, 1024, 1024)
.saver(Q: 85, int…
-
On certain JPEGs that other pieces of software think are well-formed, Lepton fails validation:
```
$ ./lepton broken.jpg
lepton v1.0-209463ae36042dbd29864526f739ad851a60757d
53631075 bytes neede…
-
Hey, Janko. The new API looks awesome.
Quick question, tho. I'm passing in custom image magick commands via the cmd block:
```ruby
resize_to_fill(image, 1024, 1024) do |cmd|
cmd.interlace('p…
-
Using sharp 0.18.2 to resize a jpeg on OSX 10.12.5 with a reasonable pipeline
const img = mod_sharp(input);
img.resize(415, 556);
img.jpeg({
quality: 85,
progressive: true,
c…
-
It would be great to improve website's perceived performance using progressive JPEGs. So when I pass a JPEG file which was saved as _progressive_ to Gregwar, its output should also be a progressive JP…
-
Hi,
I have a problem loading a specific jpeg image using ImageSharp. The code is in an ASP.Net MVC Core application, and is loading the image data from an IFormFile stream.
The image is available…
-
I work for a large museum and we have fairly large source images. We're using the IIP Image Server to serve image tiles from pyramidal tiffs that use JPEG compression and dynamic on-the-fly resize fo…
-
``` sh
[jollychang@WilliamMBP node-canvas]$ node --version
v0.10.22
[jollychang@WilliamMBP node-canvas]$ npm --version
1.3.14
[jollychang@WilliamMBP node-canvas]$ npm install -g canvas
npm http GET ht…
-
At least one of our wallpaper images has been reported to show banding on some displays: https://github.com/BunsenLabs/bunsen-configs/pull/75#issue-172743654
This might be because they are too smal…
-
I've installed Cairo using `brew install cairo` and then I did `export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig/`, but I still get the following error:
``````
0 info it worked if it ends with ok
1 verb…