mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 14:46:16 +01:00
Simplify StaySequential operation (#4074)
This commit is contained in:
committed by
GitHub
parent
36e60bf040
commit
aa8bc19362
@@ -386,7 +386,7 @@ namespace sharp {
|
||||
/*
|
||||
Ensure decoding remains sequential.
|
||||
*/
|
||||
VImage StaySequential(VImage image, VipsAccess access, bool condition = TRUE);
|
||||
VImage StaySequential(VImage image, bool condition = TRUE);
|
||||
|
||||
} // namespace sharp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user