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
Let the user set visual preferences such as:
* max width of tag name displayed
* whether the VR is shown or not
* whether UI's are shown as descriptive names (if available) or dotted
numbers
* whether file position is shown at start of line
* max depth of nested structures to show
Original issue reported on code.google.com by darcymason@gmail.com on 21 Oct 2008 at 4:24
The text was updated successfully, but these errors were encountered:
Merging issue 29 into this one, as it involves output formatting:
"Attribute class str() display usually truncates large items. But if
multi-valued (a list) then len(value) can be small (the number of items in
the list) but the printed list very large. Saw this in Senographe file with
LUTs.
Need to check the overall length of the output in case of lists."
Another thought: perhaps contexts (python >2.5 I think) might be a useful way
to configure printing, as is done in the Decimal module (but hopefully not so
unwieldy as that).
Original comment by darcymason@gmail.com on 17 Jan 2012 at 4:08
Original issue reported on code.google.com by
darcymason@gmail.com
on 21 Oct 2008 at 4:24The text was updated successfully, but these errors were encountered: