Sha256: 32f03878741d7b1e94c4f57abe9b047207faab71d6126115c916f77b5d4ad38a

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

# CHANGELOG

## 2.3.0

* add support for progressive JPEGs

## 2.2.0

* add `SUPPORTED_FORMATS` and `SUPPORTED_OUTPUT_FORMATS` and raise errors when formats are not matching
* add more thorough tests for supported formats
* skip unnecessary conversion from-to same format
* add `extract_area` processor

## 2.1.3

* make sure the downcase analyser survives nil

## 2.1.2

* changed image properties analyser to downcase the image's format

## 2.1.1

* add `CMYK` support using the `cmyk.icm` profile

## 2.1.0

* `thumb` process refactored for `Vips::Image.thumbnail`, with faster performance

## 2.0.1

* `ruby-vips` updated to `>= 2.0.1`
* added `autorotate` support, based on `orientation` value from EXIF tags (JPEG only)

## 2.0.0

* `ruby-vips` updated to `~> 2.0`

## 1.0.4

* `vips` is required closer to when the classes are called, in hope of fixing [#107](https://github.com/jcupitt/ruby-vips/issues/107)

## 1.0.0

* rewritten to use `ruby-vips` instead of CLI vips utils, which should result in better performance
* processors `convert`, `vips` and `vipsthumbnail` have been removed

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dragonfly_libvips-2.3.0 CHANGELOG.md