Files
image_processing/test
Ken Collins 94cb7239aa Use Int Precision w/Vips During Sharpen (#56)
Work in #22 added automatic image sharpening for Vips. However, discovered in #55 `conv()` defaults to float precision and can leave to visual artifacts in some scenarios. Per @jcupitt recommendation, we can add `precision: :integer` to conv and this should also give us a speed-up, since int convolutions will use SIMD. https://github.com/janko/image_processing/issues/55

Fixes #55
2019-08-11 20:49:24 +02:00
..
2018-05-04 14:56:08 +02:00