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 may be misunderstanding but shouldn't all of these preconditions be _ >= 0 instead of _ > 0? Otherwise how do you read the first row/column/channel? image[0, 0, 0] returns an error.
I may be misunderstanding but shouldn't all of these preconditions be
_ >= 0
instead of_ > 0
? Otherwise how do you read the first row/column/channel? image[0, 0, 0] returns an error.https://github.com/SwiftGL/Image/blob/master/Sources/SGLImage/Image.swift#L128
The text was updated successfully, but these errors were encountered: