We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180bdfd commit df68097Copy full SHA for df68097
gr/Microsoft.VisualBasic.Imaging/Filters/TabulateClipScaler.vb
@@ -165,7 +165,7 @@ Namespace Filters
165
Dim i As i32 = 0
166
Dim bin As Double() = resample.MinMax
167
168
- For Each grayscale As Integer() In heatmap.ForEachBucket
+ For Each grayscale As Integer() In TqdmWrapper.Wrap(heatmap.ForEachBucket.ToArray)
169
Dim tile As BitmapBuffer = pull(++i)
170
Dim scales As Byte() = grayscale.AsDouble.ClipScale(bin).ToArray
171
Dim raster As Color(,) = scales _
0 commit comments