Skip to content

rephorm/TIFF.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

tiff.jl

TIFF image file support for Julia

This is in very early alpha stages. The API will change.

Currently, only uncompressed images are supported, and palettes are ignored. Usage

Load the first image in the file into an array:

load("tiff")
img = tiff_imread("file.tif")

About

TIFF file support for the Julia language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages