Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZVI ROI fixes (develop) #476

Merged
merged 5 commits into from
Apr 29, 2013
Merged

ZVI ROI fixes (develop) #476

merged 5 commits into from
Apr 29, 2013

Commits on Apr 23, 2013

  1. ZeissZVIReader: ROI strings are UTF-16 little endian

    Roger Leigh committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    66420ba View commit details
    Browse the repository at this point in the history
  2. ZeissZVIReader: Handle NULL labels

    Also seek 4 bytes rather than 6 after the label, or else you end
    up in missing the SourceTag and losing the correct position in the
    stream.
    Roger Leigh committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    b3a902d View commit details
    Browse the repository at this point in the history
  3. ZeissZVIReader: Handle presence of Layer names

    The layer name is typically absent, but some layers have names.
    Cope with non-null layer names.
    Roger Leigh committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    bc4d5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2013

  1. ZeissZVIReader: Fix detection of label string offset

    There may be a 2 byte pad between the end of the ShapeAttrs
    block and the start of the Label string.  And the string
    may or may not be null, making it difficult to detect
    reliably.  We allow for a fuzzy match at 0 or 2 bytes after
    the end of the ShapeAttrs.  This padding is typically
    only found in the initial Shape, and missing in subsequent
    shapes.
    Roger Leigh committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    e24f7d5 View commit details
    Browse the repository at this point in the history
  2. ZeissZVIReader: Debug logging strings use {} to avoid StringBuilder o…

    …verhead
    Roger Leigh committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    f1a2e82 View commit details
    Browse the repository at this point in the history