Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Seppling...

Co-authored-by: Mitsuhiro Shibuya <[email protected]>
  • Loading branch information
clickworkorange and mshibuya authored Feb 12, 2024
1 parent aff2614 commit a507b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ manipulation methods.

### Using Vips

CarrierWave version 2.2.0 added support for the `libvips` image processing library, through [ImageProcessing::Vips](https://github.com/janko/image_processing/blob/master/doc/vips.md). Its functionality matches that of the RMagic and MiniMagic processors, but it uses less memory and offers [faster processing](https://github.com/libvips/libvips/wiki/Speed-and-memory-use). To use the Vips processing module you must first install `libvips`, for example:
CarrierWave version 2.2.0 added support for the `libvips` image processing library, through [ImageProcessing::Vips](https://github.com/janko/image_processing/blob/master/doc/vips.md). Its functionality matches that of the RMagick and MiniMagick processors, but it uses less memory and offers [faster processing](https://github.com/libvips/libvips/wiki/Speed-and-memory-use). To use the Vips processing module you must first install `libvips`, for example:

````bash
$ sudo apt install libvips
Expand Down

0 comments on commit a507b9f

Please sign in to comment.