when i use sharp is fast
when i use toBuffer is to slow
why
A call to sharp() returns a lightweight instance. A call to toBuffer() on that instance invokes the processing pipeline.
sharp()
toBuffer()
Ok, I see. Thanks for your reply
Most helpful comment
A call to
sharp()returns a lightweight instance. A call totoBuffer()on that instance invokes the processing pipeline.