Jump to content

A nearly native tiff reader and writer


Recommended Posts

I want to share my tiff reader and writer, maybe someone finds it useful. It supports only a subset of the tiff format (like most). It is native, but uses openg's zip and g-image for jpeg compression.

I tested in in my use cases, but there will still be bugs and unsupported features. Please post issues at github.

If your are interested, visit https://github.com/kleinsimon/LV-Tiff

Edited by spaghetticoder
Typo
  • Like 1
Link to comment

I just moved it to Code In Development.  I haven't tested this but native TIFF is pretty neat.  When you feel development is in a good place you should post your package on VIPM.IO. Then it will show up in VIPM.  The process for uploading packages is pretty straight forward, and you can link back to the Git for the source.  In my Image Manipulation package there is a Load Image function which accepts TIFF.  It also allows you to select which image from within the file if there are multiple in there.  This all uses .Net image library and is less native, being restricted to Windows.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.