Skip to content

Commit

Permalink
Ensure use of flip op forces random access read #3600
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 31, 2023
1 parent d5be024 commit 97cf69c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

Requires libvips v8.14.2

### v0.32.1 - TBD

* Ensure use of `flip` operation forces random access read (regression in 0.32.0).
[#3600](https://github.com/lovell/sharp/issues/3600)

### v0.32.0 - 24th March 2023

* Default to using sequential rather than random access read where possible.
Expand Down
1 change: 1 addition & 0 deletions src/pipeline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,7 @@ Napi::Value pipeline(const Napi::CallbackInfo& info) {
baton->rotationAngle != 0.0 ||
baton->tileAngle != 0 ||
baton->useExifOrientation ||
baton->flip ||
baton->claheWidth != 0 ||
!baton->affineMatrix.empty()
) {
Expand Down

0 comments on commit 97cf69c

Please sign in to comment.