Based on Issue 11 on ViTables. Add a dialog so the user can specify the layout of the image in the file, Possible options include:
- Arrays, CArrays, and EArrays
- (W,H)
- (W,H,3)
- (N,W,H)
- (N,W,H,3)
- (N,W*H) assuming W==H
- VLArrays
- (N,WH) assuming W == H
- (N,WH) with another (N,2) array containing (W,H)
- VLArrays containing pickled Python arrays
Based on Issue 11 on ViTables. Add a dialog so the user can specify the layout of the image in the file, Possible options include: