gpilab / core-nodes

The core nodes are a collection of basic data manipulation and visualization algorithms.
http://docs.gpilab.com/en/develop/NodeDev/devguide.html
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

New Display Image Tiles funny #1

Closed jimpipe closed 7 years ago

jimpipe commented 8 years ago

The awesome new tile feature in ImageDisplay, when fed 3D data, works like tile used to work in Dimensions, i.e. the tiled dimension must be a perfect product of (# rows) and (# columns), so if e.g. the 3rd dimension is 13, you can only tile as 13x1 or 1x13.

It would be awesome if this functionality could be extended as done w/ the new Dimensions, so that only "tiled dimension" >= (# rows) and (# columns) is enforced, and residual data is set to zero - thus e.g. 13 objects could be tiled 5x3 or 4x4.

aganders3 commented 7 years ago

I believe this is (finally) fixed by e5d60743. Please test it!