You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using sharp(version 0.29.3), and trying to chain multiple flip() operations, but sharp applies this operation only once. I also tried disabling sharp's cache using sharp.cache(false), but it still doesn't work.
This happens for other operations also, like flop(), rotate() etc.
Ok, got it. Is this required for all operations or just flip()?
Also can you please help with some sample code or docs for the pipeline approach?
Thanks.
I'm using sharp(version 0.29.3), and trying to chain multiple
flip()
operations, but sharp applies this operation only once. I also tried disabling sharp's cache usingsharp.cache(false)
, but it still doesn't work.This happens for other operations also, like
flop()
,rotate()
etc.Here's my code:
Input image:

Output image:

Thanks for your help!
The text was updated successfully, but these errors were encountered: