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
How to processing big images?
For example image 1GB?
Lib has maxMemorySize and because of this fanout reader is not created and after line n, err := io.ReadAtLeast(reader, b.sniffBuf, 512) closing occurs _ = reader.Close(), which closes my stream and subsequent attempts to read lead to an error
The text was updated successfully, but these errors were encountered:
How to processing big images?
For example image 1GB?
Lib has maxMemorySize and because of this fanout reader is not created and after line
n, err := io.ReadAtLeast(reader, b.sniffBuf, 512)
closing occurs_ = reader.Close()
, which closes my stream and subsequent attempts to read lead to an errorThe text was updated successfully, but these errors were encountered: