Giter VIP home page Giter VIP logo

lv-tiff's Introduction

LV Tiff

A native TIFF reader and writer for LabVIEW.

Installation

Download the .vip file from the latest release under Releases. Install it using VIPM.

Features

  • Raw Data WxHxN
    • 1 / 8 / 16 / 32 / 64 bit signed and unsigned integer
    • Raw floating point in 32 and 64 bit
    • LV-Image (as WxHx3 RGB Image)
  • Compression
    • Deflate (zip)
    • jpeg
  • Reading of strided data (not deeply tested)
  • TIFF Tags
    • Predefined tags
    • Custom tags
    • transparent data type conversion to LV Variant
    • Type Check for predefined tags
  • Multipage
    • independend compression, type and size of pages
    • conversion to / from LV Image (for 24 bit images)

Not supported

  • Writing of strided data (not yet, buggy)
  • lossless compression other than deflate (packbits, LZW etc.)
  • 64 bit pointers (BigTIFF, maybe later) -> Size limited to 4 GB

Warning

This library is in development and not throughly tested, although many features work and files are recognized by different viewers. BUT tiff is no easy container format and hard to support in all its flavors. If you find errors (you will), post an issue (or even better, a solution).

Dependencies

  • OpenG Zip for deflate compression
  • G-Image for jpeg compression

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.