GithubHelp home page GithubHelp logo

uiffreader's Introduction

UIFF Reader

This is a tool to read in uiff/tvd files.

There is also included a sample program that reads a specified file, converts all contained images to png, and spits out a structure description.

Other programs can use extend this tool, to extract information like images from the uiff file.

The extension of an uiff file can probably be anything, you need to check the first bytes in the actual data by opening the file in a simple text editor. If it starts with "UIFF" and you see some other 4-character, this tool may be the way to accessing the contents.

This format was reverse engineered from a single ultrasound video coming from a Telemed Ultrasound scanner. Although it works for my single tvd file, I probably guessed a few things wrong. Please report if you have troubles.

System Requirements

You need to have at least java 1.6 installed. You can check which version is on your computer by executing java --version on the command line. It will show something like java version "1.7.0_67" which is java 1.7.

Usage

TO convert a .tvd file into a set of images

  1. download (from releases) or build the convert.jar

  2. from the console, execute java -jar convert.jar <path to your tvd file> in the directory where you downloaded the jar.

  3. The images contained in the .tvd file will be written into a new created directory named "images"

  4. The structure of the tdv will be printed to the command line.

uiffreader's People

Contributors

wouter1 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.